https://github.com/fiware/tutorials.subscriptions
:blue_book: FIWARE 106: Subscribing to Changes in Context
https://github.com/fiware/tutorials.subscriptions
contextual-data fiware fiware-orion ngsi notification publish-subscribe subscription tutorial
Last synced: about 1 month ago
JSON representation
:blue_book: FIWARE 106: Subscribing to Changes in Context
- Host: GitHub
- URL: https://github.com/fiware/tutorials.subscriptions
- Owner: FIWARE
- License: mit
- Created: 2018-05-03T10:18:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:34:39.000Z (about 2 months ago)
- Last Synced: 2025-04-23T15:43:46.007Z (about 2 months ago)
- Topics: contextual-data, fiware, fiware-orion, ngsi, notification, publish-subscribe, subscription, tutorial
- Language: Shell
- Homepage: https://fiware-orion.rtfd.io/
- Size: 2.15 MB
- Stars: 4
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 tutorials teach FIWARE users about how to create and manage context data subscriptions. The tutorials build on the
entities and Stock Management / Smart Farm
applications created in previous tutorials to enable users to fully
understand the NGSI Subscribe/Notify paradigm and how to
use NGSI subscriptions within their own code.The tutorial refers to actions made within the browser combined with [cUrl](https://ec.haxx.se/)
commands. The cUrl commands are 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.Subscriptions.git
cd tutorials.Subscriptions
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Subscriptions/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Subscriptions/) | 
| --- | --- | --- | --- |## 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.Subscriptions.git
cd tutorials.Subscriptions
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.Subscriptions/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Subscriptions/ngsi-ld.html) | 
| --- | --- | --- | --- |---
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.