Apache ZooKeeper
| Apache ZooKeeper | |
|---|---|
| Developer(s) | Apache Software Foundation |
| Stable release | 3.8.1
/ January 30, 2023 |
| Repository | ZooKeeper Repository |
| Written in | Java |
| Operating system | Cross-platform |
| Type | Distributed computing |
| License | Apache License 2.0 |
| Website | zookeeper |
Apache ZooKeeper is an open-source server for highly reliable distributed coordination of cloud applications. It is a project of the Apache Software Foundation.
ZooKeeper is essentially a service for distributed systems offering a hierarchical key-value store, which is used to provide a distributed configuration service, synchronization service, and naming registry for large distributed systems (see Use cases). ZooKeeper was a sub-project of Hadoop but is now a top-level Apache project in its own right.