# paypal/junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.

Repository: https://github.com/paypal/junodb
Canonical: https://ross.abutalabs.com/products/junodb
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2024-06-21T17:23:30+00:00

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

## Adoption (not part of the score)
Stars 2636, forks 179 (observed 2026-08-28T04:07:06.259796+00:00)

## What it is
JunoDB is PayPal's open-source secure, consistent, and highly available distributed key-value store delivering single-digit millisecond latency at any scale. It comprises storage servers, a proxy layer, and etcd-based cluster configuration, deployable via Docker.

## Use cases
- store key-value data with low single-digit millisecond latency
- run a secure distributed key-value database at any scale
- self-host a highly available NoSQL storage backend
- store session or user data with strong consistency
- deploy a scalable key-value store with Docker

## When to choose
- you need a highly available, consistent key-value store with low latency at scale
- you want a self-hosted alternative backed by PayPal's production experience
- security features like encryption and TLS are required for your storage layer

## When to avoid
- you need rich queries, joins, or SQL semantics rather than key-value access
- you want a turnkey managed database with minimal operational overhead
- your team cannot operate a multi-component distributed system (proxy, storage, etcd)

## Facets
- artifact type: service
- maturity: active
- function: database, security, caching
- domain: databases, microservices, backend, self-hosted
- platform: go, self-hosted
- tags: key-value-store, distributed-storage, low-latency, paypal, etcd, consistent-hashing, linux, macos, docker

## Member repositories
- paypal/junodb (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:06.259796+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:19:19.674232+00:00, confidence not recorded.
  - readme: https://github.com/paypal/junodb (fetched 2026-08-28T04:07:06.259796+00:00, sha 06c2d5b1b16d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
