Skip to content

webit4me/zoonavigator

 
 

Repository files navigation

ZooNavigator

ZooNavigator is a web-based ZooKeeper UI and editor/browser with many features.

ZooKeeper versions 3.4.x and 3.5.x are currently supported.

📘 Read official docs for more info, screenshots 📷 and instructions how to use ZooNavigator. 🔥

Quick start

Start Docker container:

docker run \
  -d --network host \
  -e HTTP_PORT=9000 \
  --name zoonavigator \
  --restart unless-stopped \
  elkozmon/zoonavigator:latest

Go to http://localhost:9000.

Windows and Mac users:
If wanting to access ZooKeeper running locally on host machine (not in Docker container), follow this advice.

License

The project is licensed under Affero General Public License version 3.0 (AGPLv3).

About

Web-based ZooKeeper UI / editor / browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.3%
  • Dockerfile 46.7%