Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.78 KB

README.md

File metadata and controls

51 lines (34 loc) · 2.78 KB

FIWARE Banner

FIWARE Core Context Management License: MIT Support badge

These tutorials teach FIWARE users about context data and context providers. The tutorial builds on existing entities created in the previous tutorials and enables a user to retrieve data about a store which is not held directly within the Context Broker.

The tutorial uses cUrl commands throughout, but is also available as Postman documentation.

Start-Up

NGSI-v2 Smart Supermarket

NGSI-v2 offers JSON based interoperability used in individual Smart Systems. To run this tutorial with NGSI-v2, use the NGSI-v2 branch.

git clone https://github.com/FIWARE/tutorials.Context-Providers.git
cd tutorials.Context-Providers
git checkout NGSI-v2

./services create
./services start
NGSI v2 📚 Documentation Postman Collection

NGSI-LD Smart Farm

NGSI-LD offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with NGSI-LD, use the NGSI-LD branch.

git clone https://github.com/FIWARE/tutorials.Context-Providers.git
cd tutorials.Context-Providers
git checkout NGSI-LD

./services create
./services start
NGSI LD 📚 Documentation Postman Collection

License

MIT © 2018-2024 FIWARE Foundation e.V.