Skip to content

micvbang/simple-event-broker

Repository files navigation

simple-event-broker

master

simple-event-broker, or seb, is an opinionated event broker with the stated goal of being simple and cheap to both maintain and operate.

Seb is inspired by Kafka, Warp Stream, and turbopuffer. It explicitly trades latency for simpler code and low operational costs by utilizing cloud object storage; local disk is only used for caching.