zookeeper-hd
v0.5.1
Published
Higher level (normalized) zookeeper client
Downloads
18
Readme
zookeeper-hd
Higher level (normalized) client for Zookeeper.
SimpleClient:
- normalize function names ( get vs a_get )
- normalize callback signatures to common nodejs callback structures (error, results)
- exists returns true/false
PlusClient:
- createOrUpdate
- createPathIfNotExist
Various
MIT Licensed
Source is in coffee script, but is delivered as plain .js
Semantic Versioning
Grunt is used for automation