An open API service indexing awesome lists of open source software.

https://github.com/mozilla-services/zktools

INACTIVE - http://mzl.la/ghe-archive - Zookeeper Tools
https://github.com/mozilla-services/zktools

inactive unmaintained

Last synced: 12 months ago
JSON representation

INACTIVE - http://mzl.la/ghe-archive - Zookeeper Tools

Awesome Lists containing this project

README

          

===============
Zookeeper Tools
===============

``zktools`` is a package of tools implementing higher level constructs using
`Apache Zookeeper`_.

It currently provides:

* ``Configuration`` - Zookeeper Configuration Helpers
to store and load configuration information stored
in Zookeeper nodes.
* ``Locks`` - A Zookeeper lock with support for
non-blocking acquire, modeled on Python's Lock objects that also includes a
`Revocable Shared Locks with Freaking Laser Beams` described in the
`Zookeeper Recipe's
`_.

See `the full docs`_ for more information.

License
=======

``zktools`` is offered under the MPL license.

Authors
=======

``zktools`` is made available by the `Mozilla Foundation`.

.. _Apache Zookeeper: http://zookeeper.apache.org/
.. _the full docs: http://zktools.rtfd.org/