StreamHouse – Open-source Kafka alternative
S3-native storage slashes Kafka costs from thousands to $23 per TB monthly.
yet another kafka on s3
S3-backed Kafka eliminates broker state management; inspired by Warpstream but open-source.
Infrastructure engineers, platform teams managing high-volume log pipelines
Warpstream · AutoMQ
At the time, I was working on a team pushing terabytes of logs through Kafka. A stateless broker backed by S3 would have saved us many headaches from hand-holding the Kafka cluster. It really struck me as a simple and elegant solution for our use case. Ever since then, I've been slowly tinkering and rewriting various implementations to better understand how to build a similar S3-backed broker.
yaks aims to be simple and only require a S3 bucket and Postgres database. Metadata is written to the db using an event sourcing model and reads to S3 are cached using the popular groupcache library.
Thanks for checking this out.
S3-native storage slashes Kafka costs from thousands to $23 per TB monthly.
Removes broker disk complexity entirely—S3 as durable log cuts Kafka ops burden and cost dramatically.
Wire-protocol parsing means zero Docker overhead for Kafka integration tests.
Yet another LLM SDK when async-openai and llm-chain already exist.
Jepsen verification and Raft clustering on a Redis wire-compatible Rust database.