Giter Site home page Giter Site logo

node-zookeeper-explorer's Introduction

Zookeeper explorer for NodeJS

Zookeeper management web application for node.js. Implemented with:

Installation

mkdir node-zookeeper-explorer
cd node-zookeeper-explorer
git clone [email protected]:radekg/node-zookeeper-explorer.git .
npm install

This app was built and tested with node 0.8.9.

Running

node app
# or
node app --port 80 # you may need sudo for ports lower than 1025
# or
# set ZK_BROWSER_PORT environemnt variable and launch
node app

And in the browser go to: http://localhost:3000 or whatever is the port you are using.

Features

Planned or existing:

  • single user authentication
  • ability to disable authentication requirement
  • lazy loading
  • connection history
  • watchers with auto-reload for current active node
  • watchers with notifications for any node
  • mutiuser / multisession: more than one connection can be opened on the server side for the same session
  • create new nodes, create nested nodes
  • delete nodes, recursive delete, delete more than one node
  • edit node data

License

MIT, unless stated otherwise in an appropriate file.

Authors

node-zookeeper-explorer's People

Contributors

radekg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

node-zookeeper-explorer's Issues

Delete with children - exception

Delete with children is causing
Error: Can't set headers after they are sent.
at ServerResponse.OutgoingMessage.setHeader (http.js:689:11)

The recursive callback function "_$deregisterFromZooKeeper" is causing this issue.

Any proposal for fixing it ?

Thanks,
Manjiri

Zookeeper dependency broken on earlier versions.

Older versions of node-zookeeper cannot build the zookeeper library. This is because it attempts to retrieve the zookeeper c client version 3.4.3 for building. For whatever reason, that version of the C client no longer exists in Apache mirrors.
The maintainer of node-zookeeper has fixed this by publishing prereleases of zookeeper-3.4.6. However the fix is only available for [email protected]. Since it's infeasible to expect the node-zookeeper maintainer to retroactively patch all earlier versions, I think it'll be better to update node-zookeeper-explorer's dependency on node-zookeeper.

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.