Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/curator
Apache Curator
https://github.com/apache/curator
consensus curator database java zookeeper
Last synced: 1 day 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T09:03:03.000Z (18 days ago)
- Last Synced: 2025-01-04T11:08:08.640Z (18 days ago)
- Topics: consensus, curator, database, java, zookeeper
- Language: Java
- Homepage: https://curator.apache.org/
- Size: 10.6 MB
- Stars: 3,123
- Watchers: 161
- Forks: 1,240
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Curator
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.curator/apache-curator.svg?logo=Apache+Maven&logoColor=blue)](http://search.maven.org/#search%7Cga%7C1%7Capache-curator)
[![Curator Website](https://img.shields.io/badge/curator-Curator_Website-red?logo=Apache&logoColor=red)](https://curator.apache.org)
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Curator_Help-orange?logo=Stack+Overflow&logoColor=orange)](https://stackoverflow.com/questions/tagged/apache-curator)
[![Twitter](https://img.shields.io/badge/Follow-@Curator-55acee?logo=Twitter&logoColor=55acee)](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