Stacktora
Stacktora / Vault / Rust + Postgres + Redis + Kafka: Order Matching Engine
Backend by @ops

Rust + Postgres + Redis + Kafka: Order Matching Engine

A price-time-priority order book and matching engine — Kafka carrying order events, Redis for the live book state, Postgres for settled trade history. Infrastructure pattern for anyone building a market/exchange-shaped product, not investment guidance.

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

The stack

Rust 1.96 PostgreSQLRedis Kafka

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install rust-order-matching-engine --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