TempoDB is a database service for time series data.
TempoDB is a database service for time series data.
It is optimized for storing and analyzing data that looks like this:
2014-01-03T14:23:33.000+0600, 52.113
2014-01-03T14:23:34.000+0600, 51.762
2014-01-03T14:23:35.000+0600, 49.2
2014-01-03T14:23:36.000+0600, 49.7123
2014-01-03T14:23:37.000+0600, 50.43
The first part is a timestamp in ISO8601 format. The second part is a number, which can be a double, float, or integer.
Home: https://tempo-db.com/