Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 389 Bytes

Simple Raft

A simple raft implementation written to test how raft works

future plan is to build a raft kv database implementation from scratch without using third party packages.