Skip to main content

Pythonic API and common paradigms for Zookeeper

Project description

Zookeeper is a highly reliable distributed coordination service.

Zoop gives you a Pythonic API for accessing ZooKeeper instances, as well as implementations of some common ZooKeeper patterns. This leaves you free to concentrate on whatever it was you were originally doing:

>>> zk =  zoop.ZooKeeper('localhost:2181')
>>> zk.connect()
>>> q = zk.Queue('/howdy')
>>> def gotit(data):
...     print "Gotit got data:", data
>>> q.watch(gotit)
>>> q.put("frist!")
Gotit got data: frist!
Build Status

Check out:

Documentation

Source

Issues

History

0.1.1

Expanding the Filesystem metaphor: Client now has rm_rf() and rm() methods

Queues now have variable item prefix (Useful for watching Queues created by other libraries) Queues now have multiple watch options - watch for lists of items, or data added.

0.1 (2012-05-07)

Initial release with * complete CRUD * Lock Implementation * Queue Implementation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoop-0.1.1.tar.gz (16.1 kB view details)

Uploaded Source

File details

Details for the file zoop-0.1.1.tar.gz.

File metadata

  • Download URL: zoop-0.1.1.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for zoop-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a397f88cd1aa6f30d632d55945142dc34b688f1eb761a5cfe626bbddd18b25a4
MD5 63cbfe0bb90d8f7baf8583bcf41c1158
BLAKE2b-256 6c01acccd062e9fa22afa0bdd000c0c8619c8f428a715b148fb7ecda93dcd73e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page