Skip to content
/ zk Public
forked from zk-ruby/zk

A High-Level wrapper for Apache's Zookeeper

License

Notifications You must be signed in to change notification settings

tsilen/zk

 
 

Repository files navigation

ZK

Build Status (master)

ZK is an application programmer's interface to the Apache ZooKeeper server. It is based on the zookeeper gem which is a multi-Ruby low-level driver. Currently MRI 1.8.7, 1.9.2, 1.9.3, REE, and JRuby are supported. Rubinius 2.0.testing is supported-ish (it's expected to work, but upstream is unstable, so YMMV).

ZK is licensed under the MIT license.

The key place to start in the documentation is with ZK::Client::Base (