https://github.com/fiware/tutorials.concise-format
https://github.com/fiware/tutorials.concise-format
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiware/tutorials.concise-format
- Owner: FIWARE
- License: mit
- Created: 2022-02-28T14:11:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T17:14:33.000Z (11 months ago)
- Last Synced: 2025-02-03T18:26:57.602Z (11 months ago)
- Language: Shell
- Size: 879 KB
- Stars: 0
- Watchers: 9
- 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://w3c.github.io/json-ld-syntax/)
This tutorial introduces the concise NGSI-LD format and demonstrates its use and explains the differences between
concise and normalized NGSI-LD payloads.
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 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.Concise-Format.git
cd tutorials.Concise-Format
git checkout NGSI-LD
./services create
./services start
```
| [](https://cim.etsi.org/NGSI-LD/official/front-page.html) | :books: [Documentation](https://github.com/FIWARE/tutorials.Concise-Format/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Concise-Format/ngsi-ld.html) | 
| --- | --- | --- | --- |
---
## License
[MIT](LICENSE) © 2022-2024 FIWARE Foundation e.V.