module
0.0.0-20220121111727-9cadacf22b74
Repository: https://github.com/afukun/distributed-kv-db.git
Documentation: pkg.go.dev
# README
Simple K-V Distributed Database
Build Excutable
$ go mod tidy
$ make build
Run Example
# Shell 1
$ ./bin/server 9000
# Shell 2
$ ./bin/server 9001
# Shell 3
$ ./bin/server 9002
# Shell 0 (client should be running after server initialized)
$ ./bin/leader