flopezag / IoTAgent-Turtle

IoT Agent for the RDF Turtle 1.1 for statistical data representation
Apache License 2.0
0 stars 2 forks source link

IoTAgent-Turtle

Stable Version Issues Apache2.0 License Python Versions Package Status LinkedIn


Logo

SDMX (Turtle) to NGSI-LD (JSON-LD) converter

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

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. License

About The Project

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.

(back to top)

Built With

This project has been built using the following python libraries:

For more details about the versions of each library, please refer to requirements.txt.

(back to top)

Getting Started

This section explains the different steps that we need to do in order to start using this agent.

Prerequisites

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.

Installation

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.

  1. Clone the repo
    git clone https://github.com/flopezag/IoTAgent-Turtle.git
  2. Define the configuration file: ./common/config.json
  3. Create the virtualenv
    virtualenv -ppython3.9 .env
  4. Activate the python environment
    source .env/bin/activate
  5. Install the requirements
    pip install -r requirements.txt

(back to top)

Usage

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

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Fernando López - @flopezaguilar - fernando.lopez@fiware.org

Project Link: https://github.com/flopezag/IoTAgent-Turtle

(back to top)

License

Distributed under the Apache2.0 License. See LICENSE for more information.

(back to top)