feat(README): add contact and resources section

Add contact and resources section with links to raft-dev, Ben's slides
and the raft consensus homepage
pull/820/head
Brandon Philips 2013-12-05 22:19:46 -08:00
parent acd1f65ec2
commit 7ed53fe155
1 changed files with 14 additions and 0 deletions

View File

@ -41,6 +41,20 @@ These projects are built on go-raft:
If you have a project that you're using go-raft in, please add it to this README so others can see implementation examples.
## Contact and Resources
- [raft-dev][raft-dev] is a mailing list for discussion about best practices
and implementation of Raft. Not goraft specific but helpful if you have
questions.
- [Slides from Ben's talk][bens-talk] which includes easy to understand
diagrams of leader election and replication
- The [Raft Consensus homepage][raft-home] has links to additional raft
implementations, slides to talks on Raft and general information
[raft-home]: http://raftconsensus.github.io/
[raft-dev]: https://groups.google.com/forum/#!forum/raft-dev
[bens-talk]: https://speakerdeck.com/benbjohnson/raft-the-understandable-distributed-consensus-protocol
## The Raft Protocol
This section provides a summary of the Raft protocol from a high level.