Skip to content

buraksekili/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAFT

Leader Election

Implemented leader election based on the RAFT algorithm.

Log Replication

(wip) Simple log replication added.

Safety

(wip)

Run

Runs 3 nodes:

go run ./cmd/server/main.go --id 0
go run ./cmd/server/main.go --id 1
go run ./cmd/server/main.go --id 2

Restrictions

At the moment, there is no host discovery implemented. So, the program runs assuming it's running on localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published