This Generic Enabler implements the NGSI-LD API Orion-LD extends the Orion Context Broker
This project is part of FIWARE. For more information check the FIWARE Catalogue entry for Core Context.
📚 Documentation | 🎓 Academy | 🐳 Docker Hub |
---|
If you want to start testing NGSI-LD, one option is to use Docker.
There are a number of docker images to choose from.
If you (at your own risk) always want the latest image:
docker run fiware/orion-ld:latest
or even better: use docker compose to run it
If you instead want to use a more stable image, the latest alpha release (as of May 2020) is Alpha-4:
docker run fiware/orion-ld:alpha-0.4.0
Please check dockerhub for newer releases.
If you only intend to use NGSIv2, please use instead Orion.
This component is still in Alpha state but already passing all the tests
For a description of what NGSI-LD is please check this. This presentation from FIWARE Summit Malaga 2018 is also of interest: https://www.slideshare.net/FI-WARE/fiware-global-summit-ngsild-ngsi-with-linked-data
Examples of NGSI-LD can be found in ETSI. See also the OpenAPI Specification of NGSI-LD
Documentation:
- Guide to NGSI-LD entities and attributes
- Guide to the context
- Installation Guide
- Quick Start Guide
- The current state of the implementation.
- External Libraries
A Test Suite for NGSI-LD can be found here.