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

voldemort/voldemort

An open source clone of Amazon's Dynamo. observed · 2026-08-28

github.com/voldemort/voldemort · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 6303
  • days_rel: n/a
  • days_push: 1136
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2686 stars · 580 forks observed · 2026-08-28

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

Voldemort is a distributed key-value storage system modeled on Amazon's Dynamo, providing automatic replication, partitioning, versioning, and multi-datacenter support. It was primarily developed and used by LinkedIn, which discontinued production usage in 2018 and the project is no longer under development.

Use cases

  • store key-value data across a replicated distributed cluster
  • run a Dynamo-style NoSQL database with no single point of failure
  • serve batch-computed data from Hadoop at low latency
  • replicate data across multiple geographically distant datacenters
  • use pluggable serialization like Protocol Buffers or Thrift for rich values

When to choose

  • you need a proven Dynamo-inspired distributed key-value store on the JVM
  • you want multi-datacenter replication with versioned data and no central coordinator
  • you need to serve Hadoop batch-computed read-only datasets

When to avoid

  • you need an actively maintained project - it is abandoned since LinkedIn stopped using it in 2018
  • you need ACID transactions or relational queries
  • you want a modern alternative - consider Venice or other maintained NoSQL stores

Facets

service · maturity abandoned

database caching serialization databases microservices big-data jvm self-hosted key-value-store dynamo-clone nosql distributed-storage eventual-consistency linux

1 source

Member repositories

RepositoryRoleHealth v2
voldemort/voldemortmain23

For agents

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

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