| â–˛ | speedgoose 3 days ago | |
I'm running an experimental side project where I doing some kind of glue between various time-series APIs and storage engines. For example it has an InfluxDB compatible ingestion API, so Telegraf can push its data to it or InfluxDB can replicate to it. It also has a Prometheus remote read and remote write API, so it's compatible with Prometheus. The storage can be done in various systems, including ClickHouse, SQLite, DuckDB, TimescaleDB… I should try to include QuestDB. | ||