Search code examples
fiwarefiware-orion

FIWARE catalogue API for abstracting data plane information in FIWARE


I am working on this architecture:

enter image description here

At the moment, I receive sensor data in the CrateDB-based persistence which can be visualized in Grafana. However, I would like to expose the data persisted in CrateDB to the outside of the cluster via an API, so that the data can be consumed.

I have seen options like Perseo with a focus on real-time scenarios. However, I have not found a project from the FIWARE catalogue that fits. Any suggestions?


Solution

  • You could use STH Comet (within the Core Data Connectors section in FIWARE Catalogue) instead of CrateDB for that purpose.

    It provides an API to get raw historical information and also an API to get aggregated historical information, both REST-based.