Reputation: 377
I am developing an application to share the sets of data that are read by sensors in FIWARE platform. Can somebody help me how to carry out this work using Orion Context Broker?
Upvotes: 2
Views: 306
Reputation: 56
Orion Context Broker contains the latest snapshot of the sensor values, it's not intended for publication of static datasets. But you can connect Orion to CKAN (especially if you are confortable with Open Data) as explained at:
If you don't want to deal with CKAN, you should consider taking a look at IoT-STH, a GE candidate for "Short Term Historic":
https://github.com/telefonicaid/IoT-STH
Upvotes: 0
Reputation: 12294
Documentation on Orion Context Broker is available here: https://github.com/telefonicaid/fiware-orion
Upvotes: 0