Skip to content

devtrace404/leader-melon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leader-melon 🍉

Leader Melon is an implementation of RAFT algorithm

Generate protocol buffer files

$ protoc --proto_path=api/proto/v1 --go_out=api/gen/v1 --go-grpc_out=api/gen/v1 service.proto

Run

$ CONFIG_PATH="config/config.yaml" NODE_ID="node-1" go run server/cmd/main.go

About

Leader Melon provides leader election for services in a distributed system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages