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
- Host: GitHub
- URL: https://github.com/mozilla-services/zktools
- Owner: mozilla-services
- License: other
- Archived: true
- Created: 2011-11-09T23:10:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T18:42:20.000Z (over 7 years ago)
- Last Synced: 2025-03-29T01:29:19.921Z (over 1 year ago)
- Topics: inactive, unmaintained
- Language: Python
- Homepage:
- Size: 490 KB
- Stars: 19
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
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/