Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Raft Consensus Algorithm

This is an implementation of the Raft Algorithm done for UVA's CS 4740: Cloud Computing class in the 2024 Fall semester. The impelmentation is done in Golang.

To test the code, enter the following commands in a Linux CLI. The project was tested on an Ubuntu-22.4 instance and a Zeus Linux instance.

export "GO111MODULE=off"
export GOPATH="$PWD"
cd src/raft
go test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages