Skip to content

kotnik/zkbrowser-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooKeeper Browser - Lite

Required Modules

  • zkpython
  • web.py

Installing

sudo easy_install web.py

Install zkpython from contrib folder of zookeeper distribution. Or in Debian and derivatives:

sudo aptitude install python-webpy
sudo aptitude install python-zookeeper

Running

Export environment variable ZOOKEEPER to the zookeeper client endpoint and run project. If you do not set ZOOKEEPER variable, a default Zookeeper address will be tried. For example:

export ZOOKEEPER=192.168.1.1:2181
python code.py

Now point your browser to http://localhost:8080.

Also, you can set the port ZooKeeper Browser will run by:

python code.py [port]

Screenshot

Sample Output

About

A Small web.py Based ZooKeeper Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%