This is python 2.7 web application for browsing zookeeper data. You can also add new nodes, delete nodes, and change node data.
pip install vertualenv
virtualenv vezk
. ./vezk/bin/activate
git clone https://github.com/mijalko/zookeeper_browser.git
cd zookeeper_browser
pip install -r requirements.txt
python zkbrowser.py
Application will be availabele on http://localhost:4550
Zookeeper browser is available as Docker container at https://hub.docker.com/r/mijalko/zkbrowser/
You can download container with command:
docker run --name zkbrowser -d -p 4550:4550 mijalko/zkbrowser