An open API service indexing awesome lists of open source software.

https://github.com/fiware/tutorials.concise-format


https://github.com/fiware/tutorials.concise-format

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

[![FIWARE Banner](https://fiware.github.io/tutorials.Concise-Format/img/fiware.png)](https://www.fiware.org/developers)

[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Concise-Format.svg)](https://opensource.org/licenses/MIT)
[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)
[![JSON LD](https://img.shields.io/badge/JSON--LD-1.1-f06f38.svg)](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
```

| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](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) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Concise-Format/NGSI-LD)
| --- | --- | --- | --- |

---

## License

[MIT](LICENSE) © 2022-2024 FIWARE Foundation e.V.