Skip to content
/ barge Public
forked from bakwc/PySyncObj

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

mathexl/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 commenting 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%