From 255670106f6350dcfe0dac41ea948c11e16d4f16 Mon Sep 17 00:00:00 2001 From: Manish R Jain Date: Wed, 19 Oct 2016 17:26:51 +1100 Subject: [PATCH] raft: Add dgraph to the list of users Because Dgraph is a notable user of RAFT. --- raft/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raft/README.md b/raft/README.md index 89699ada3..a724b9585 100644 --- a/raft/README.md +++ b/raft/README.md @@ -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