Stacktora / Vault / Rust + Kafka + ClickHouse: IoT Telemetry Ingestion
Analytics by @ops

Rust + Kafka + ClickHouse: IoT Telemetry Ingestion

A high-throughput device telemetry pipeline: a Rust ingestion API built for low-latency, high-volume writes, Kafka absorbing bursty device traffic, and ClickHouse as the analytical store for time-series queries at scale.

Open in generator Browse the Vault

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Rust 1.96 ClickHouse Kafka

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install rust-iot-telemetry --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault

Submit your own recipe