From 9e7472e4594e21154be9e06c33530e289912f870 Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Mon, 17 May 2021 16:09:38 +0800 Subject: [PATCH] docs: add riteraft to 'Projects using the Raft crate' Signed-off-by: Chojan Shang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ecf3355..7304ce45 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Thanks [etcd](https://github.com/coreos/etcd) for providing the amazing Go imple ## Projects using the Raft crate - [TiKV](https://github.com/tikv/tikv), a distributed transactional key value database powered by Rust and Raft. +- [RiteRaft](https://github.com/ritedb/riteraft), a raft framework build on top of [tikv/raft-rs](https://github.com/tikv/raft-rs) , for regular people. It is convenient for rapid development and verification of your ideas, [see ~160 lines example](https://github.com/ritedb/riteraft/blob/main/examples/riteraft-warp-memstore/src/main.rs). ## Links for Further Research