Skip to content

xujlei/node-zk-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##node-zk-browser

A zookeeper web administrator in node.js. It's based on express.js and node-zookeeper.It will display zookeeper's data as a lazy loading tree,and display every path's stat info and data;and you can edit path's data if you logon.

##Configure

Edit app.js to configure your zk hosts

 var zkclient = new ZkClient("localhost:2181");

Edit user.json to configure your administrator account:

 { "name" : "password"}

##Run Type command to start app

    ./start.sh

#Lisense

    Apache License Version 2.0

About

A zookeeper web administrator in node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 7.7%
  • HTML 6.0%
  • Shell 0.1%