Clustering and Distributed systems in GO - DOC
- 2016 - Go best practices, six years in
- 2016 - Clustering in Go
- 2014 - Distributed Systems in Go: The Good, the Bad, and the Otherwise
Clustering and Distributed systems in GO - CODE
- 2017 - Practical Golang: Building a simple, distributed one-value database with Hashicorp Serf
- 2016 - Create a basic distributed system in Go lang – Part 1
- 2016 - Create a basic distributed system in Go lang – Part 2- http server & JSON request/response
Clustering and Distributed systems in GO - CODE EXAMPLES
- hraftd (License: MIT)
A reference use of Hashicorp's Raft implementation - GO clustering example