Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telefonicaid/fiware-connectors
Data visualization connectors and utils for Orion Context Broker
https://github.com/telefonicaid/fiware-connectors
Last synced: 2 months ago
JSON representation
Data visualization connectors and utils for Orion Context Broker
- Host: GitHub
- URL: https://github.com/telefonicaid/fiware-connectors
- Owner: telefonicaid
- License: agpl-3.0
- Created: 2015-01-19T11:21:11.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-10T08:44:26.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T01:21:19.474Z (5 months ago)
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 16
- Watchers: 17
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - Telefónica FIWARE Connectors - A set of Python scripts for integrating visualization tools with NSGI Context Brokers. (Open-Source FIWARE from third parties / Processing)
README
Description
==================Set of Python scripts for integrating visualization tools with NSGI Context Brokers such as Orion.
You can get Orion at: https://github.com/telefonicaid/fiware-orion
These scripts connect Orion Context Broker with different dashboarding tools to simplify creating a visualization layer for your Orion Context Broker based application.
On this repository you can find the following scripts:
* **[orion2cartodb](/orion2cartodb)**: parse Orion Context Broker subscription notifications and feed a CartoDb Map. Use this if you have many entities with a location that you want to show on a map.
* **[orion2ducksboard](/orion2ducksboard)**: parse Orion Context Broker subscription notifications and feed a Ducksboard dashboard. Use this if you have a limited set of entities and want to show widgets with their historic evolution.
* **[Orion_DataSource](/FreeBoard-Orion-Plugin)**:feed a Freeboard dashboard with NSGI Context Brokers such as Orion.Please, take into account that you will be required to host these scripts into a server reacheable by the Orion Context Broker your are using.