node-zk-browser

A zookeeper web administrator in node.js

  • 所有者: killme2008/node-zk-browser
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

Requirement

You must install node.js 0.8.x from https://github.com/joyent/node/tags and npm.

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");

Or you can pass it by enviroment variable:

     export ZK_HOST="localhost:2181"

in start.sh.

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

License

    Apache License Version 2.0

See LICENSE.txt file in the top level folder.

Author

Dennis Zhuang(killme2008@gmail.com)

主要指標

概覽
名稱與所有者killme2008/node-zk-browser
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證Apache License 2.0
所有者活动
創建於2011-06-02 10:15:05
推送於2019-10-31 16:36:30
最后一次提交2019-11-01 00:36:29
發布數1
最新版本名稱0.1.0 (發布於 )
第一版名稱0.1.0 (發布於 )
用户参与
星數334
關注者數45
派生數128
提交數54
已啟用問題?
問題數6
打開的問題數3
拉請求數8
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?