Skip to content

abbaspour/zkbrowser-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooKeeper Browser - Lite

Required Modules

  • kazoo
  • web.py

Installing

sudo easy_install web.py
sudo easy_install kazoo

or

sudo aptitude install python-webpy
sudo aptitude install python-kazoo

Running

Export environment variable ZOOKEEPER to the zookeeper client endpoint and run project

export ZOOKEEPER=192.168.1.1:2181
python code.py [port]

Now point your browser to http://localhost:8080. If you do not set ZOOKEEPER variable, a default Zookeeper address will be tried.

Screenshot

Sample Output

About

A Small web.py Based ZooKeeper Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published