Implementing the Raft distributed consensus protocol in Go 10 hours ago (notes.eatonphil.com) 2 comments ibobev Reply Add to library bonobocop 2 hours ago The MIT course for Raft (with the lectures on YouTube) was great to learn for me: http://nil.lcs.mit.edu/6.824/2020/labs/lab-raft.html intermerda 5 hours ago If you are okay with writing Java, the dslabs framework is great as well. The penultimate project around fault tolerance can be done in Raft.
bonobocop 2 hours ago The MIT course for Raft (with the lectures on YouTube) was great to learn for me: http://nil.lcs.mit.edu/6.824/2020/labs/lab-raft.html
intermerda 5 hours ago If you are okay with writing Java, the dslabs framework is great as well. The penultimate project around fault tolerance can be done in Raft.
The MIT course for Raft (with the lectures on YouTube) was great to learn for me: http://nil.lcs.mit.edu/6.824/2020/labs/lab-raft.html
If you are okay with writing Java, the dslabs framework is great as well. The penultimate project around fault tolerance can be done in Raft.