Library Settings Get Help
Stacktora
Stacktora / Vault / Elixir + Postgres + Redis: IoT Device Fleet Command & Control
Backend by @ops

Elixir + Postgres + Redis: IoT Device Fleet Command & Control

Sending commands TO a device fleet and tracking acknowledgment state — distinct from the Rust + Kafka + ClickHouse IoT Telemetry recipe: that ingests data FROM devices, this is the reverse direction, a control plane rather than an ingestion pipeline.

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

The stack

Elixir 1.20 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install elixir-iot-fleet-command-control --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