# linkedin/ambry

Distributed object store

Repository: https://github.com/linkedin/ambry
Canonical: https://ross.abutalabs.com/products/ambry
Homepage: https://github.com/linkedin/ambry/wiki
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-08-25T04:09:05+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 4695, "days_push": 8, "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 1785, forks 295 (observed 2026-08-28T04:05:36.020683+00:00)

## What it is
Ambry is a distributed object store from LinkedIn designed to store and serve trillions of small immutable objects (50K-100K) as well as billions of large objects, optimized for media in web companies. It is highly available, horizontally scalable, and supports active-active multi-datacenter deployments with asynchronous replication.

## Use cases
- store and serve media objects like photos and videos at scale
- store database backups
- store search indexes
- store business reports
- build a highly available blob storage backend for CDN origin serving
- store billions of large immutable objects across datacenters

## When to choose
- you need to store and serve trillions of small immutable objects or billions of large ones with low latency
- you need an active-active, multi-datacenter, eventually consistent storage system
- you want a cost-effective, horizontally scalable origin store for CDN-served media

## When to avoid
- you need strongly consistent mutable object storage
- you want a turnkey managed cloud storage solution rather than self-operating a distributed cluster
- your stack is not JVM-based, since Ambry requires JDK 1.11-1.14

## Facets
- artifact type: service
- maturity: active
- function: object-storage, http-server
- domain: databases, microservices, media
- platform: jvm, self-hosted
- tags: distributed-storage, blob-store, immutable-objects, media-storage, active-active, replication, apache-license, storage, infrastructure, linux, docker

## Member repositories
- linkedin/ambry (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:36.020683+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:24:12.956129+00:00, confidence not recorded.
  - readme: https://github.com/linkedin/ambry (fetched 2026-08-28T04:05:36.020683+00:00, sha c66574d90da4)
  - homepage: https://github.com/linkedin/ambry/wiki (fetched 2026-08-29T11:02:34.612310+00:00, sha b5ec5a6fd3d5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
