These are an Introductory Tutorials to the FIWARE NGSI interfaces. We will start with the data from a supermarket chain’s store finder/Smart Farm and create a very simple “Powered by FIWARE” application by passing in the address and location of each store as context data to the FIWARE context broker.
The tutorial uses cUrl commands throughout, but is also available as Postman documentation.
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.Getting-Started.git
cd tutorials.Getting-Started
git checkout NGSI-v2
./services create
./services start
📚 Documentation | Postman Collection |
---|
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.Getting-Started.git
cd tutorials.Getting-Started
git checkout NGSI-LD
./services create
./services start
📚 Documentation | Postman Collection |
---|
MIT © 2018-2024 FIWARE Foundation e.V.