The code for VictoriaMetrics, a time series database compatible with Prometheus, is open source.
The source texts of VictoriaMetrics have been opened — a fast and scalable DBMS for storing and processing data in the form of time series (a record forms time and a set of corresponding values for that time, for example, obtained through periodic sensor state polling or metric collection). The project competes with solutions such as InfluxDB, TimescaleDB, Thanos, Cortex, and Uber M3. The code is written in Go […]
