Skip to content

vkris/pyzookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pyzookeeper Algorithms for Zookeeper using python.

Introduction

pyZooKeeper is a library that implemnts generic applications using the zookeeper.

Assumptions

In order to use this library, it assumes you have apache zookeeper running.

Algorithms

  • Leader Election

    This algorithm detects failure of a node and switches the leadership accordingly.

NOTE: This library infact uses zk-zookeeper-static library. This is how it interacts with Apache Zookeeper.

##Installation cd to pyzookeeper directory and run,

python setup.py install ( Make sure you have setuptools installed)

navigate to the examples directory and start using them right away!

About

Zookeeper recipes using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published