tsink
Embedded Time-Series Database for Rust
#Open Source
#GitHub
#Database
tsink – Embedded Time-Series Database for Rust
Summary: tsink is a high-performance embedded time-series database for Rust featuring LSM-tree storage, a PromQL engine, Gorilla compression, and a Prometheus-compatible server mode.
What it does
It stores time-series data using LSM-tree storage and enables querying via a built-in PromQL engine. It supports efficient compression with Gorilla encoding and offers a Prometheus-compatible server mode.
Who it's for
Developers needing an embedded time-series database within Rust applications.
Why it matters
It provides efficient storage, querying, and compatibility for time-series data in Rust environments.