Merge pull request #138 from philips/add-contact-and-resources

feat(README): add contact and resources section
pull/820/head
Xiang Li 2013-12-05 22:22:11 -08:00
commit aecf7cf857
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.