Merge pull request #138 from philips/add-contact-and-resources
feat(README): add contact and resources sectionpull/820/head
commit
aecf7cf857
14
README.md
14
README.md
|
@ -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.
|
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
|
## The Raft Protocol
|
||||||
|
|
||||||
This section provides a summary of the Raft protocol from a high level.
|
This section provides a summary of the Raft protocol from a high level.
|
||||||
|
|
Loading…
Reference in New Issue