Skip to content

Minimal and simple raft implementation in go for learning

License

Notifications You must be signed in to change notification settings

PanGan21/mini-raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-raft

Minimal and simple key/value raft implementation in go for learning

Run demo servers

terminal 1: make server-1 terminal 2: make server-2 terminal 3: make server-3 terminal 4: make server-4

Run demo client

terminal 5: make client-1

Example Commands

SET "example-key" 1

GET "example-key"

About

Minimal and simple raft implementation in go for learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published