# apache/curator

Apache Curator

Repository: https://github.com/apache/curator
Canonical: https://ross.abutalabs.com/products/curator
Homepage: https://curator.apache.org/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: database, java, curator, consensus, zookeeper
Last push: 2026-07-24T14:18:59+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 16, longevity 100
- inputs: {"age_days": 4566, "days_push": 40, "days_rel": 433, "gap_med": 111, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3172, forks 1246 (observed 2026-08-28T04:07:47.504865+00:00)

## What it is
Apache Curator is a high-level Java/JVM client library for Apache ZooKeeper, a distributed coordination service. It provides a simplified API framework, reliability utilities, common recipes like distributed locks and leader election, service discovery, and a Java 8 asynchronous DSL.

## Use cases
- manage ZooKeeper connections with retry and reliability handling
- implement distributed locks and leader election
- discover services registered in ZooKeeper
- build distributed coordination primitives like barriers and queues
- use an async DSL for ZooKeeper operations

## When to choose
- you use ZooKeeper from Java/JVM and want a reliable high-level client
- you need battle-tested distributed coordination recipes
- you want service discovery backed by ZooKeeper

## When to avoid
- you don't use ZooKeeper
- you need a non-JVM client
- you want coordination without running a ZooKeeper ensemble

## Facets
- artifact type: library
- maturity: stable
- function: database-driver, middleware, concurrency, service-discovery, sdk
- domain: microservices, developer-tools, databases
- platform: jvm
- tags: zookeeper, coordination, distributed-locking, recipes, java

## Member repositories
- apache/curator (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:47.504865+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-29T18:45:27.906095+00:00, confidence not recorded.
  - readme: https://github.com/apache/curator (fetched 2026-08-28T04:07:47.504865+00:00, sha ac5703172efd)
  - homepage: https://curator.apache.org/ (fetched 2026-08-29T09:39:29.945668+00:00, sha 502b6dc1b285)
- Data as of 2026-08-30T08:39:29.467469+00:00.
