Skip to content

unit-finance/zio-raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zio-raft

Raft algorithm implemented in scala zio

Example: KVStore with Client/Server and CLI

See specs/004-add-client-server/quickstart.md for a quickstart that demonstrates:

  • Running the KVStore server app (kvstore module)
  • Using the CLI (kvstore-cli module) to set, get, and watch keys

Modules involved:

  • kvstore: server app and Raft integration
  • kvstore-cli: CLI using zio-cli and client-server-client
  • kvstore-protocol: shared client request/response types and codecs

About

Raft algorithm implement in scala zio

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7