Giter Club home page Giter Club logo

node-zk-browser's Introduction

##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

#Lisense Apache License Version 2.0

See LICENSE.txt file in the top level folder.

#Author Dennis Zhuang([email protected])

node-zk-browser's People

Contributors

killme2008 avatar komarov avatar wangxiaoxiao88 avatar zhaoweiguo avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.