nubskr/walrus
🦭 Distributed log streaming engine built from first principles observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 82
- Release rhythm 58
- Longevity 25
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 25.5
- age_days: 351
- days_rel: 280
- days_push: 112
- n_releases_24m: 3
Adoption not part of the score
1923 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Walrus is a distributed log streaming engine written in Rust, built on a high-performance write-ahead-log storage engine with segment-based partitioning and Raft consensus for metadata coordination. It offers fault-tolerant pub/sub messaging with automatic leadership rotation, lease-based write fencing, and io_uring-backed batch I/O on Linux.
Use cases
- replace kafka for high-throughput log streaming
- build event-driven pipelines with a lightweight message broker
- stream logs across a distributed cluster with fault tolerance
- benchmark a rust streaming engine against kafka and rocksdb wal
- run a self-hosted pub/sub message queue with raft metadata
When to choose
- you need a lightweight kafka-like log broker with sub-millisecond batch writes on linux
- you want raft-based fault tolerance without heavy jvm infrastructure
- you're experimenting with or learning distributed log storage engine design
When to avoid
- you need a mature, battle-tested broker with a rich ecosystem of clients and connectors
- you require kafka protocol compatibility or existing consumer tooling
- you need production support on non-linux platforms
Facets
service · maturity experimental
message-queue streaming database rpc microservices databases infrastructure-as-code rust self-hosted cli log-streaming raft-consensus io-uring kafka-alternative event-broker wal segment-based-partitioning messaging linux
3 sources
- readme: https://github.com/nubskr/walrus · fetched 2026-08-28 · b98c4b73c8f9
- homepage: https://nubskr.com/2025/10/20/walrus_v0.2.0/ · fetched 2026-08-29 · 003c30ab3012
- site_page: https://nubskr.com/about · fetched 2026-08-29 · 886d7e4c7eb3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nubskr/walrus | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem