Skip to content

Commit

Permalink
fix footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
markthethomas committed Feb 22, 2019
1 parent 5b2405c commit 40d1241
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![Raft + Badger backend plugin](https://cdn.ifelse.io/images/raft-badger.png)

This repository provides a storage backend for the excellent [raft package](https://github.com/hashicorp/raft) from Hashicorp. Raft is a distributed consensus protocol that has many uses in distributed systems, ranging from fault-tolerant databases to clock synchronization to things like Google's PageRank[^1].
This repository provides a storage backend for the excellent [raft package](https://github.com/hashicorp/raft) from Hashicorp. Raft is a [distributed consensus](https://en.wikipedia.org/wiki/Consensus_(computer_science)) protocol that has many uses in distributed systems, ranging from fault-tolerant databases to clock synchronization to things like Google's PageRank.

This package exports the `BadgerStore`, which is an implementation of both a `LogStore` and `StableStore` (interfaces used by the raft package for reading/writing logs as part of its consensus protocol).

Expand Down Expand Up @@ -79,5 +79,3 @@ This package is meant to be used with the [raft package](https://github.com/hash
- support custom badger options
- explore other encodings besides `gob`
- add more examples of use with raft

[^1]: https://en.wikipedia.org/wiki/Consensus_(computer_science)

0 comments on commit 40d1241

Please sign in to comment.