A web.py ZooKeeper Browser in 50 lines!
Since my last post, we started shifting to Apache ZooKeeper gradually. It’s a great tool for distributed computing.
I committed a very simple web based zookeeper browser console into github. Source code is available at https://github.com/abbaspour/zkbrowser-lite
It requires zookeeper python binding and web.py. I call it lite browser since I may commit another version with more feature soon.
It’s interesting that the LOC is very small:
wc -l *.py templates/page.html
21 code.py
16 zk.py
13 templates/page.html
50 total
Here is an snapshot:

Advertisement
Leave a Comment