A SDMX to JSON-LD parser to communicate with FIWARE Context Brokers using ETSI NGSI-LD.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A SDMX in RDF Turtle 1.1 format parser to generate valid JSON-LD and send to FIWARE Context Brokers using ETSI NGSI-LD.
It is based on a EBNF LALR(1) grammar.
This project is part of INTERSTAT. For more information about the INTERSTAT Project, please check the url https://cef-interstat.eu.
This project has been built using the following python libraries:
For more details about the versions of each library, please refer to requirements.txt.
This section explains the different steps that we need to do in order to start using this agent.
The following software must be installed:
This is an example of how to list things you need to use the software and how to install them.
The recommended installation method is using a virtualenv. Actually, the installation
process is only about the python dependencies. By default, the service configuration
follow the description of the local configuration file. You
have to modify the broker
attribute to specify any other location of the FIWARE Context
Broker LD.
git clone https://github.com/flopezag/IoTAgent-Turtle.git
./common/config.json
virtualenv -ppython3.9 .env
source .env/bin/activate
pip install -r requirements.txt
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Fernando López - @flopezaguilar - fernando.lopez@fiware.org
Project Link: https://github.com/flopezag/IoTAgent-Turtle
Distributed under the Apache2.0 License. See LICENSE
for more information.