https://github.com/apache/curator
Apache Curator
https://github.com/apache/curator
consensus curator database java zookeeper
Last synced: 8 days ago
JSON representation
Apache Curator
- Host: GitHub
- URL: https://github.com/apache/curator
- Owner: apache
- License: apache-2.0
- Created: 2014-03-03T08:00:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T11:26:29.000Z (14 days ago)
- Last Synced: 2025-04-17T15:51:06.006Z (9 days ago)
- Topics: consensus, curator, database, java, zookeeper
- Language: Java
- Homepage: https://curator.apache.org/
- Size: 10.8 MB
- Stars: 3,134
- Watchers: 159
- Forks: 1,246
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Curator
[](http://search.maven.org/#search%7Cga%7C1%7Capache-curator)
[](https://curator.apache.org)
[](https://stackoverflow.com/questions/tagged/apache-curator)
[](https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgithub.com%2Fapache%2Fcurator&ref_src=twsrc%5Etfw®ion=follow_link&screen_name=ApacheCurator&tw_p=followbutton)## What is Apache Curator?
Apache Curator is a Java/JVM client library for [Apache ZooKeeper](https://zookeeper.apache.org/), a distributed coordination service.
Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL.
For more details:
- Apache Curator Website: http://curator.apache.org/
- Binaries on Maven Central: [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Capache-curator)
- Best source of help for Curator: [Stack Overflow's Curator tag](https://stackoverflow.com/questions/tagged/apache-curator)
- Apache ZooKeeper Website: https://zookeeper.apache.org
- Curator's Wiki: http://cwiki.apache.org/confluence/display/CURATOR