Time boundary in InfluxDB Group by Time Statement
These days I use InfluxDB to save some time series data. I love these features it provides:
High Performance
According to to it’s hardware guide, a single node will support more than 750k point write per second, 100 moderate queries per second and 10M series cardinality.
Continuous Queries
Simple aggregation can be done by InfluxDB’s continuous queries.
Overwrite Duplicated Points
If you submit a new point with same measurements, tag set and timestamp, the new data will overwrite the old one.