# voldemort/voldemort

An open source clone of Amazon's Dynamo.

Repository: https://github.com/voldemort/voldemort
Canonical: https://ross.abutalabs.com/products/voldemort
Homepage: http://project-voldemort.com
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2023-07-24T13:49:47+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6303, "days_push": 1136, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2686, forks 580 (observed 2026-08-28T04:07:10.756529+00:00)

## What it is
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
- artifact type: service
- maturity: abandoned
- function: database, caching, serialization
- domain: databases, microservices, big-data
- platform: jvm, self-hosted
- tags: key-value-store, dynamo-clone, nosql, distributed-storage, eventual-consistency, linux

## Member repositories
- voldemort/voldemort (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:10.756529+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-30T02:17:48.433614+00:00, confidence not recorded.
  - readme: https://github.com/voldemort/voldemort (fetched 2026-08-28T04:07:10.756529+00:00, sha 817e2a75bc61)
- Data as of 2026-08-30T08:39:29.467469+00:00.
