Skip to main content

Zookeeper bindings for gevent

Project description

# gevent-zookeeper #

A client framework for working with Apache Zookeeper [1].

The framework draws a lot of inspriation from Netflix Curator. If you’re a Java developer, check it out.

The main class is gevent_zookeeper.ZookeeperFramework:

>>> framework = gevent_zookeeper.ZookeeperFramework(
        'localhost:2181', 10)

The first thring you have to do is to connect to the clusteR:

>>> framework.connect()
>>>

Then connected, new nodes can be created:

>>> framework.create().with_data('x').for_path('/node')

Read the docstrings for ZookeeperFramework for more information.

This code is based work done by David LaBissoniere [2].

[1] http://zookeeper.apache.org/ [2] https://github.com/labisso/zkproto

Project details


Release history Release notifications | RSS feed

This version

0.0

Download files

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

Source Distribution

gevent-zookeeper-0.0.tar.gz (9.5 kB view hashes)

Uploaded Source

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