# nubskr/walrus

🦭 Distributed log streaming engine built from first principles

Repository: https://github.com/nubskr/walrus
Canonical: https://ross.abutalabs.com/products/walrus
Homepage: https://nubskr.com/2025/10/20/walrus_v0.2.0/
Language: Rust
License: MIT
License Family: permissive
Topics: database, rust, kafka, apache-kafka, nats, redpanda, storage-engine, stream-processing, streams
Last push: 2026-05-13T11:28:13+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 82, release rhythm 58, longevity 25
- inputs: {"age_days": 351, "days_push": 112, "days_rel": 280, "gap_med": 25.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1923, forks 73 (observed 2026-08-28T04:05:55.339568+00:00)

## What it is
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
- artifact type: service
- maturity: experimental
- function: message-queue, streaming, database, rpc
- domain: microservices, databases, infrastructure-as-code
- platform: rust, self-hosted, cli
- tags: log-streaming, raft-consensus, io-uring, kafka-alternative, event-broker, wal, segment-based-partitioning, messaging, linux

## Member repositories
- nubskr/walrus (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.339568+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:38.692950+00:00, confidence not recorded.
  - readme: https://github.com/nubskr/walrus (fetched 2026-08-28T04:05:55.339568+00:00, sha b98c4b73c8f9)
  - homepage: https://nubskr.com/2025/10/20/walrus_v0.2.0/ (fetched 2026-08-29T10:49:01.208638+00:00, sha 003c30ab3012)
  - site_page: https://nubskr.com/about (fetched 2026-08-29T10:49:01.211404+00:00, sha 886d7e4c7eb3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
