Skip to content

Commit 0126933

Browse files
authored
Update README.md
1 parent d8e45ce commit 0126933

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@ directly or programmatically.
1717

1818
🇯🇵 このチュートリアルは[日本語](https://fiware-tutorials.letsfiware.jp/)でもご覧いただけます。<br/>
1919

20+
21+
<br/>
22+
23+
> [!NOTE]
24+
> **Should I use NGSI-v2 or NGSI-LD?**
25+
>
26+
> FIWARE offers two flavours of the NGSI interfaces:
27+
>
28+
>
29+
> - **NGSI-v2** offers JSON based interoperability used in individual Smart Systems
30+
> - **NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces
31+
>
32+
> NGSI-v2 is ideal for creating individual applications offering interoperable interfaces for web services
33+
> or IoT devices. It is easier to understand than NGSI-LD and does not require a JSON-LD `@context`
34+
>
35+
> However, NGSI-LD and Linked Data is necessary when creating a data space or introducing a system of
36+
> systems aproach, and in situations requiring interoperability across apps and organisations.
37+
>
38+
> More information about NGSI-LD can be found [here](https://ngsi-ld-tutorials.readthedocs.io)
39+
40+
41+
2042
<h3>Data models</h3>
2143

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

0 commit comments

Comments
 (0)