Skip to content

git-doge/raft-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raft-impl

Hello!

This implementation has three parts:

  1. Servers: part of the cluster, and can be created by running python3 raft.py
  2. Proxy: what connects clients to the server (you can just use one!), can be created by running python3 proxy.py
  3. Client: a program created to help you interface with the cluster more easily, run python3 client.py. Be sure to create the necessary servers + proxies before attempting to send requests!

You can alter the speed at which the servers run by altering the SLOW_MODE constant in utils.py!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages