From 0126933d00378db9132f5abd8736d3b4ca2e5dcc Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 15 Dec 2023 09:10:57 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 85545e4..5d1e8c7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,28 @@ directly or programmatically. đŸ‡ŻđŸ‡” ă“ăźăƒăƒ„ăƒŒăƒˆăƒȘă‚ąăƒ«ăŻ[æ—„æœŹèȘž](https://fiware-tutorials.letsfiware.jp/)ă§ă‚‚ă”èŠ§ă„ăŸă ă‘ăŸă™ă€‚
+ +
+ +> [!NOTE] +> **Should I use NGSI-v2 or NGSI-LD?** +> +> FIWARE offers two flavours of the NGSI interfaces: +> +> +> - **NGSI-v2** offers JSON based interoperability used in individual Smart Systems +> - **NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces +> +> NGSI-v2 is ideal for creating individual applications offering interoperable interfaces for web services +> or IoT devices. It is easier to understand than NGSI-LD and does not require a JSON-LD `@context` +> +> However, NGSI-LD and Linked Data is necessary when creating a data space or introducing a system of +> systems aproach, and in situations requiring interoperability across apps and organisations. +> +> More information about NGSI-LD can be found [here](https://ngsi-ld-tutorials.readthedocs.io) + + +

Data models

The following NGSI-v2 and NGSI-LD Data models are used within the tutorials: