docs(projects): Add raft-badger (#1875)

This commit is contained in:
fengyun.rui
2023-02-17 06:38:46 -08:00
committed by GitHub
parent 242f33e992
commit 1c8e2654dd
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -216,6 +216,7 @@ Below is a list of known projects that use Badger:
* [gowarcserver](https://github.com/nlnwa/gowarcserver) - Open-source server for warc files. Can be used in conjunction with pywb
* [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.
* [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.
@@ -226,4 +227,4 @@ If you're interested in contributing to Badger see [CONTRIBUTING](./CONTRIBUTING
## Contact
- Please use [Github issues](https://github.com/dgraph-io/badger/issues) for filing bugs.
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, discussions, and feature requests.
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).
@@ -53,5 +53,6 @@ Below is a list of known projects that use Badger:
* [vxdb](https://github.com/vitalvas/vxdb) - Simple schema-less Key-Value NoSQL database with simplest API interface.
* [Vephar](https://github.com/vaccovecrana/vephar) - A minimal key/value store using hashicorp-raft for cluster coordination and Badger for data storage.
* [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV.
* [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.