Skip to content

Commit 77bc5dc

Browse files
authored
Update README.md
1 parent b43e844 commit 77bc5dc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ directly or programmatically.
1515
| :books: <br>[NGSI-LD<br>Documentation](https://ngsi-ld-tutorials.rtfd.io/) | <img src="https://assets.getpostman.com/common-share/postman-logo-stacked.svg" align="center" height="25"> <br/>[Postman<br>Collections](https://explore.postman.com/team/3mM5EY6ChBYp9D) | [![Docker Hub](https://nexus.lab.fiware.org/repository/raw/public/badges/docker/fiware.svg)](https://hub.docker.com/u/fiware) <br> [![Quay.io](https://img.shields.io/badge/quay.io-fiware-grey?logo=red%20hat&labelColor=EE0000)](https://quay.io/organization/fiware) <br> [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/fiware)](https://artifacthub.io/packages/search?repo=fiware) | <img src="https://fiware.github.io/catalogue/img/fiware-emoji.png" height="30px" width="30px"/> <br/> [**developer.&ZeroWidthSpace;fiware.org**](https://www.fiware.org/developers/) |
1616
| -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1717

18+
<br/>
19+
20+
> [!NOTE]
21+
> **Should I use NGSI-LD or NGSI-v2?**
22+
>
23+
> FIWARE offers two flavours of the NGSI interfaces:
24+
>
25+
>
26+
> - **NGSI-v2** offers JSON based interoperability used in individual Smart Systems
27+
> - **NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces
28+
>
29+
> Of the two, NGSI-LD is more complex and relies on the introduction of a JSON-LD `@context`.
30+
> A full understanding of JSON-LD (Linked Data) is required to obtain the benefits of NGSI-LD ,
31+
> which allows for interoperability across apps and organisations.
32+
>
33+
> In general, you should use NGSI-LD when creating a data space or introducing a system of systems aproach.
34+
>
35+
> Use NGSI-v2 for simpler isolated systems. More information about NGSI-v2 can be found [here](https://fiware-tutorials.readthedocs.io)
36+
37+
38+
1839
<h3>Data models</h3>
1940

2041
The tutorials define a series of data-models to be used within the `@context`. More information about the classes and

0 commit comments

Comments
 (0)