From 423b6903773c345b85e0c790fd0a10878983e60d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 8 Jan 2024 19:37:57 -0500 Subject: [PATCH] Add reference use of Hashicorp Raft (#584) * Update README.md Add a reference use * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fef2479..ded5bd0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ and `StableStore`. ## Community Contributed Examples -[Raft gRPC Example](https://github.com/Jille/raft-grpc-example) - Utilizing the Raft repository with gRPC +- [Raft gRPC Example](https://github.com/Jille/raft-grpc-example) - Utilizing the Raft repository with gRPC +- [Raft-based KV-store Example](https://github.com/otoolep/hraftd) - Uses Hashicorp Raft to build a distributed key-value store ## Tagged Releases