Skip to content
 
 

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages