Apache ZooKeeper

ZooKeeper

Operating Management and Automation with the ZooKeeper Open Source Project

Apache ZooKeeper is a coordination engine that provides operational support services for distributed environments. It provides centralized maintenance functions for each node, or for the system as a whole. It offers frequently used services such as configuration management, name resolution, synchronization, and group services.

How to Install ZooKeeper

Learn how to download and install ZooKeeper.

Installing ZooKeeper with Docker for a Development Environment

This article shows how to build a local development environment with Docker so you can try ZooKeeper.

ZooKeeper API

Explains the Java API in ZooKeeper.