FIWARE / tutorials.Entity-Relationships

:blue_book: FIWARE 102: Batch Commands and Entity Relationships

Home Page:https://fiware-orion.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIWARE Banner

FIWARE Core Context Management License: MIT Support badge

These tutorials teach FIWARE users about batch commands and entity relationships. The tutorial builds on the data created in the previous store finder example and creates and associates a series of related data entities to create a simple stock management system.

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.Entity-Relationships.git
cd tutorials.Entity-Relationships
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.Entity-Relationships.git
cd tutorials.Entity-Relationships
git checkout NGSI-LD

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

License

MIT © 2018-2024 FIWARE Foundation e.V.

About

:blue_book: FIWARE 102: Batch Commands and Entity Relationships

https://fiware-orion.rtfd.io/

License:MIT License


Languages

Language:Shell 100.0%