Skip to content

Commit

Permalink
Add reference use of Hashicorp Raft (#584)
Browse files Browse the repository at this point in the history
* Update README.md

Add a reference use

* Update README.md
  • Loading branch information
otoolep committed Jan 9, 2024
1 parent 919b14f commit 0f873ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0f873ea

Please sign in to comment.