You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A time-series database built from scratch in Rust — custom LSM storage engine, Gorilla compression, sub-millisecond range queries, WAL crash recovery, and a FluxQL query language. Embeddable, zero external dependencies.
Local-first hub that ingests edge telemetry over MQTT into a Gorilla-compressed time-series, detects drift and stuck sensors, and serves a dashboard — standard library only, no database or broker service.
Microservices TSDB in Go (gateway / ingestor / storage / querier / compactor) with Gorilla compression, PromQL, consistent-hash sharding, and a real-time React dashboard.