Ross ROSS = Recommend OSS · open-source software intelligence for agents

ha/doozerd

A consistent distributed data store. observed · 2026-08-28

github.com/ha/doozerd · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5615
  • days_rel: n/a
  • days_push: 3822
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3251 stars · 265 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Doozer is a highly-available, fully consistent distributed data store for small amounts of critical in-memory data, built on a consensus algorithm with no single leader. Clients can GET, SET, and WATCH keys and receive immediate notifications when data changes.

Use cases

  • service discovery and name service for changing machine addresses
  • database master election and failover coordination
  • sharing configuration data across machines with real-time updates
  • watching keys for changes without polling
  • storing small amounts of critical metadata in a distributed cluster

When to choose

  • you need strongly consistent, highly-available storage for small in-memory data
  • clients must be notified immediately when shared data changes
  • you need leader election or name service functionality across machines

When to avoid

  • you need durable on-disk storage or large datasets
  • you need an actively maintained project - the latest release is from 2016
  • you only need simple caching or eventual consistency

Facets

service · maturity abandoned

database message-queue configuration-management service-discovery microservices databases infrastructure-as-code go cli self-hosted distributed-consensus key-value-store coordination-service real-time-updates high-availability devops linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ha/doozerdmain32

For agents

markdown · JSON · MCP: product_card(name="ha/doozerd")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem