Time Series Database related resources¶
Resources related to Time Series Databases, other than that of Prometheus.
- RocksDB Write Ahead Log File Format: The Prometheus WAL format is loosely based on this.
- Gorilla: A Fast, Scalable, In-Memory Time Series Database: Pelkonen et al. 2015.
- The morning paper: Gorilla: A fast, scalable, in-memory time series database: A more accessible explanation of the compression format.