From b07d15383cb47d730db1477ea57098a10c3ae671 Mon Sep 17 00:00:00 2001 From: rfyiamcool Date: Fri, 10 Mar 2023 17:51:51 +0800 Subject: [PATCH] docs(README.md): add raft-badger to projects using badger --- README.md | 1 + docs/content/projects-using-badger/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b533caeed..8a4e71d0f 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Below is a list of known projects that use Badger: * [flow-go](https://github.com/onflow/flow-go) - A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps and the digital assets that power them. * [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV. * [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator. +* [raft-badger](https://github.com/rfyiamcool/raft-badger) - raft-badger implements LogStore and StableStore Interface of hashcorp/raft. it is used to store raft log and metadata of hashcorp/raft. If you are using Badger in a project please send a pull request to add it to the list. diff --git a/docs/content/projects-using-badger/index.md b/docs/content/projects-using-badger/index.md index ce7868082..8d148f68e 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -54,5 +54,6 @@ Below is a list of known projects that use Badger: * [flow-go](https://github.com/onflow/flow-go) - A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps and the digital assets that power them. * [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV. * [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator. +* [raft-badger](https://github.com/rfyiamcool/raft-badger) - raft-badger implements LogStore and StableStore Interface of hashcorp/raft. it is used to store raft log and metadata of hashcorp/raft. If you are using Badger in a project please send a pull request to add it to the list.