DikangGu / node-zk-browser

A zookeeper web administrator in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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 create,edit or delete path if you logon.

##Configure First,you must install dependencies with npm

      npm install -d

Then edit app.js to configure your zk hosts

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

And edit user.json to configure your administrator account:

     { "name" : "password"}

##Run Type command to start app

    ./start.sh

You can visit node-zk now at

    http://localhost:3000

#Lisense Apache License Version 2.0

See LICENSE.txt file in the top level folder.

#Author Dennis Zhuang(killme2008@gmail.com)

About

A zookeeper web administrator in node.js

License:Apache License 2.0