Skip to content

akki1306/raft-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raft-rust

This is an implementation of RAFT algorithm using Rust language. Purpose of writing this implementation is to thorougly understand internal working of RAFT algorithm from implementation perspective. As a Rustacean by heart, I also got a chance to work on the libraries from Rust ecosystem like tokio, tonic, serde, futures and clap. This implementation is thoroughly tested and is fully functional although not recommended for production use.

Test cases are written in main.rs, you can follow debug logs to check interaction happening between different nodes spawned as tokio threads and communicating with each other using hyperium tonic RPC.

About

Implementation of Raft using Rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages