https://github.com/FIWARE/tutorials.Getting-Started
:blue_book: FIWARE 101: An Introduction to the FIWARE Platform
https://github.com/FIWARE/tutorials.Getting-Started
context-broker contextual-data entity fiware fiware-orion geojson geoquery postman-collection tutorial urn
Last synced: 18 days ago
JSON representation
:blue_book: FIWARE 101: An Introduction to the FIWARE Platform
- Host: GitHub
- URL: https://github.com/FIWARE/tutorials.Getting-Started
- Owner: FIWARE
- License: mit
- Created: 2018-04-09T12:14:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T14:00:30.000Z (about 2 months ago)
- Last Synced: 2025-03-22T14:29:57.470Z (25 days ago)
- Topics: context-broker, contextual-data, entity, fiware, fiware-orion, geojson, geoquery, postman-collection, tutorial, urn
- Language: Shell
- Homepage: https://www.fiware.org/developers/
- Size: 929 KB
- Stars: 44
- Watchers: 12
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - FIWARE Getting Started - FIWARE 101: An Introduction to the FIWARE Platform. (Tutorials / Official FIWARE Courses)
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)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](https://ec.haxx.se/) commands throughout, but is also available as
[Postman documentation](https://www.postman.com/downloads/).# 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.
```console
git clone https://github.com/FIWARE/tutorials.Getting-Started.git
cd tutorials.Getting-Started
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/)
| :books: [Documentation](https://github.com/FIWARE/tutorials.Getting-Started/tree/NGSI-v2) |[Postman Collection](https://fiware.github.io/tutorials.Getting-Started/) | 
| --- | --- | --- | --- |## 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.
```console
git clone https://github.com/FIWARE/tutorials.Getting-Started.git
cd tutorials.Getting-Started
git checkout NGSI-LD./services create
./services start
```| [](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.Getting-Started/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Getting-Started/ngsi-ld.html) |  |
| --- | --- | --- | --- |---
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.