Skip to content
/ txgossip Public
forked from jrydberg/txgossip

A Cassandra Gossip-like protocol for Twisted.

License

Notifications You must be signed in to change notification settings

llnz/txgossip

This branch is 1 commit behind jrydberg/txgossip:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

842bcf5 · Apr 22, 2012

History

14 Commits
Sep 20, 2011
Aug 25, 2011
Aug 29, 2011
Aug 25, 2011
Sep 20, 2011
Apr 22, 2012

Repository files navigation

txgossip

This is a port of node-gossip (also on github) to python.

We will make some changes, but it will probably stay true to the architecture:

http://wiki.apache.org/cassandra/ArchitectureGossip

Functionality

What txgossip provides is a cluster communication mechanism. Participants in the cluster get notification about joining and failing peers. Each peer also provides a key-value store of data that the other peers can access. Using this data store functionality like leader election can be implemented.

About

A Cassandra Gossip-like protocol for Twisted.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%