Date: 21/02/2024
Approved
As our system needs to process a specific amount of data from various input devices we need to store them for a limited time frame
of 24 hours for processing.
We already know that we'd require ~1.09GB of data so we can keep it in memory.
- We will use InfluxDB for local data storage to keep system simple
- We will sync the data to a permanent storage to our System Hub
Positive:
- InfluxDB works seamlessly together with Telegraf ADR 08
- We can keep data in memory as we only need it for 24 hours at max
Negative: