node-zookeeper-hd

Higher level (normalized) zookeeper client (deprecated: use zookeeper-hd)

Usage no npm install needed!

<script type="module">
  import nodeZookeeperHd from 'https://cdn.skypack.dev/node-zookeeper-hd';
</script>

README

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