i've developed a E2E application using some FIWARE GE. In particular i used IDAS and ORION. My question is: Can i store orion data in an external db in order to do query SQL or integrate Orion with TROVE?
Thanks in advance.
i've developed a E2E application using some FIWARE GE. In particular i used IDAS and ORION. My question is: Can i store orion data in an external db in order to do query SQL or integrate Orion with TROVE?
Thanks in advance.
Orion can be accessed through a REST API to produce (create/upate) or consume (queries and asyncronous notifications) context information, based in an entity/attribute data model. See details in the Orion documentation manual.
Aas long as you can use that API from your application with that REST API, then you could integrate Orion.