From ab65d2b8485163394270515e876fbf20a38523c5 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 9 Jun 2016 10:10:44 -0700 Subject: [PATCH] raft: add docker/swarmkit as notable raft users --- raft/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raft/README.md b/raft/README.md index 7ebe1be5d..c828081aa 100644 --- a/raft/README.md +++ b/raft/README.md @@ -9,11 +9,12 @@ A simple example application, _raftexample_, is also available to help illustrat how to use this package in practice: https://github.com/coreos/etcd/tree/master/contrib/raftexample -## Users +## Notable Users - [cockroachdb](https://github.com/cockroachdb/cockroach) A Scalable, Survivable, Strongly-Consistent SQL 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 +- [swarmkit](https://github.com/docker/swarmkit) A toolkit for orchestrating distributed systems at any scale. ## Usage