https://github.com/fiware/tutorials.ld-subscriptions-registrations
:blue_book: FIWARE 604. Linked Data Subscriptions and Registrations
https://github.com/fiware/tutorials.ld-subscriptions-registrations
context-aware contextual-data fiware ngsi-ld notification publish-subscribe subscription tutorial
Last synced: 3 months ago
JSON representation
:blue_book: FIWARE 604. Linked Data Subscriptions and Registrations
- Host: GitHub
- URL: https://github.com/fiware/tutorials.ld-subscriptions-registrations
- Owner: FIWARE
- License: mit
- Created: 2020-02-11T13:40:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T13:57:33.000Z (8 months ago)
- Last Synced: 2025-03-30T18:51:08.943Z (6 months ago)
- Topics: context-aware, contextual-data, fiware, ngsi-ld, notification, publish-subscribe, subscription, tutorial
- Language: Shell
- Homepage: https://www.fiware.org/developers/
- Size: 1.13 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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)
[](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04.02_60/gs_cim009v010402p.pdf)This tutorial discusses the usage of subscriptions and registrations within NGSI-LD and highlights the similarities and
differences between the equivalent NGSI-v2 and NGSI-LD operations. The tutorial is an analogue of the original
context-provider and subscriptions tutorials but uses API calls from the **NGSI-LD** interface throughout.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-LD Smart Supermarket
**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this **NGSI-LD** tutorial for **NGSI-v2** developers, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.LD-Subscriptions-Registrations.git
cd tutorials.LD-Subscriptions-Registrations
git checkout NGSI-v2./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.LD-Subscriptions-Registrations/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.LD-Subscriptions-Registrations/) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.