Skip to content

davidwen/simple-zookeeper-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-zookeeper-viewer

A simple ZooKeeper viewer. Enough said.

Setup

Requires kazoo and Flask

Requirements can be installed via pip and the provided INSTALL file.

$ pip install -r INSTALL

Configuration

Change the ZK_HOSTS value to point to the ZooKeeper servers you want to view in viewer.py

Usage

To run simple-zookeeper-viewer, execute

$ python viewer.py [host] [port]

Then navigate to http://localhost:5000/zk to view the root of the ZooKeeper server.

  • Click on a node to view data and metadata on that node
  • Double click on a node to view that node and its children

About

A simple ZooKeeper viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published