Golang implementation of CRAQ - Chain Replication with Apportioned Queries.
Inspired from the MIT 6.824 course lecture on the same.
- Install golang
- For the first time,
go mod init <some-name> go run craq.gofor every run- Experiment by calling get() and put() function calls in main() function in craq.go