Skip to content

Commit

Permalink
doc(projects): [chaindb] (#1742)
Browse files Browse the repository at this point in the history
Add chaindb/Gossamer to list of projects using BadgerDB.
  • Loading branch information
danforbes authored Sep 14, 2021
1 parent 172faed commit 28820c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Below is a list of known projects that use Badger:
* [Souin](https://github.com/darkweak/Souin) - A RFC compliant HTTP cache with lot of other features based on Badger for the storage. Compatible with all existing reverse-proxies.
* [Xuperchain](https://github.com/xuperchain/xupercore) - A highly flexible blockchain architecture with great transaction performance.
* [m2](https://github.com/qichengzx/m2) - A simple http key/value store based on raft protocal.
* [chaindb](https://github.com/ChainSafe/chaindb) - A blockchain storage layer used by [Gossamer](https://chainsafe.github.io/gossamer/), a Go client for the [Polkadot Network](https://polkadot.network/).

If you are using Badger in a project please send a pull request to add it to the list.

Expand Down
1 change: 1 addition & 0 deletions docs/content/projects-using-badger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ Below is a list of known projects that use Badger:
* [Souin](https://github.com/darkweak/Souin) - A RFC compliant HTTP cache with lot of other features based on Badger for the storage. Compatible with all existing reverse-proxies.
* [Xuperchain](https://github.com/xuperchain/xupercore) - A highly flexible blockchain architecture with great transaction performance.
* [m2](https://github.com/qichengzx/m2) - A simple http key/value store based on raft protocal.
* [chaindb](https://github.com/ChainSafe/chaindb) - A blockchain storage layer used by [Gossamer](https://chainsafe.github.io/gossamer/), a Go client for the [Polkadot Network](https://polkadot.network/).

If you are using Badger in a project please send a pull request to add it to the list.

0 comments on commit 28820c6

Please sign in to comment.