Data Persistence
Using FIWARE solutions, we implement data persistence with two different approaches based on the FIWARE component used:
- MongoDB: This database is used for IoT Agents and the Orion Context Broker. It allows the persistent storage of configurations, context data, and the latest measurements sent by devices.
- TimescaleDB: For historical data, we use TimescaleDB integrated with QuantumLeap. This setup enables the structured storage of all information, with different schemas for each Service, isolating the data of each tenant within the database.