/pyfiware

Fiware library to access REST API v2

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyFiware

A simple library to interact with the Fiware Orion Context broker. This library uses the v2 specification.

Fiware Orion project page.


To deploy a dev Fiware orion context broker you can use the docker stack file contained in the extra directory. As this:

docker stack deploy -c extra/fiware-orion.yaml dev_fiware

This is CB is used in the integration test done in the test directory.