Thorstream Documentation¶
Thorstream is a Rust event streaming broker with Kafka-like behavior and compatibility APIs.
Start here¶
Quick commands¶
Run broker with compatibility API:
THORSTREAM_COMPAT_API_ADDR=127.0.0.1:8083 cargo run --bin thorstream
Run React UI:
cd ui
npm install
npm run dev