meterstore 0.7.0

Hot/cold tiered store for metering time series — PostgreSQL for the recent window, Apache Iceberg for history.
Documentation
1
2
3
4
5
//! The hot tier: recent intervals, in PostgreSQL.

pub mod postgres;

pub use postgres::PostgresHot;