Skip to content
forked from mathexl/barge

A library for replicating your python class between multiple servers, based on raft protocol

License

Notifications You must be signed in to change notification settings

danniss10/barge

 
 

Repository files navigation

Barge

To run, simply run 'python barge.py'

This is with barge configured. To disable barge, you need to comment out the vice election line in the program. This is done by comment out the line in pysyncobj/syncobj.py under:

#DISABLE THE FOLLOWING TO GO BACK TO RAFT

There are a few dependencies: tornado pytest

About

A library for replicating your python class between multiple servers, based on raft protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%