telemetry-server 0.1.0

Simple receiver of telemetry over HTTP POST/WS to sqlite3, Postgres, DuckDB or JSON files
1
2
3
4
5
6
7
The server receives POSTs, or streams of messages over websocket of distinct JSON objects that are injected directly into the backend storage implementation.

There are several implementations:
 * sqlite using sqlite3's JSONB support
 * duckdb
 * json-files, committing zstd compressed files that are intended to be consumed using a duckdb database using views.
 * [postgres](POSTGRES.adoc), contributed by @afjoseph.