raft: Add dgraph to the list of users

Because Dgraph is a notable user of RAFT.
release-3.1
Manish R Jain 2016-10-19 17:26:51 +11:00
parent 11c38fb1eb
commit 255670106f
No known key found for this signature in database
GPG Key ID: 70D7FC95CD6EACA4
1 changed files with 2 additions and 1 deletions

View File

@ -47,8 +47,9 @@ This raft implementation also includes a few optional enhancements:
## Notable Users
- [cockroachdb](https://github.com/cockroachdb/cockroach) A Scalable, Survivable, Strongly-Consistent SQL Database
- [dgraph](https://github.com/dgraph-io/dgraph) A Scalable, Distributed, Low Latency, High Throughput Graph Database
- [etcd](https://github.com/coreos/etcd) A distributed reliable key-value store
- [tikv](https://github.com/pingcap/tikv) Distributed transactional key value database powered by Rust and Raft
- [tikv](https://github.com/pingcap/tikv) A Distributed transactional key value database powered by Rust and Raft
- [swarmkit](https://github.com/docker/swarmkit) A toolkit for orchestrating distributed systems at any scale.
## Usage