Skip to content

Commit a086cda

Browse files
authored
docs: Add DVID as a user of Badger system (#1960)
Add DVID project as a user of the Badger embedded database.
1 parent 4b0d919 commit a086cda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Below is a list of known projects that use Badger:
218218
* [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV.
219219
* [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator.
220220
* [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.
221+
* [DVID](https://github.com/janelia-flyem/dvid) - A dataservice for branched versioning of a variety of data types. Originally created for large-scale brain reconstructions in Connectomics.
221222

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

@@ -228,4 +229,4 @@ If you're interested in contributing to Badger see [CONTRIBUTING](./CONTRIBUTING
228229
## Contact
229230
- Please use [Github issues](https://github.com/dgraph-io/badger/issues) for filing bugs.
230231
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, discussions, and feature requests.
231-
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).
232+
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).

docs/content/projects-using-badger/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ Below is a list of known projects that use Badger:
5555
* [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV.
5656
* [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator.
5757
* [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.
58+
* [DVID](https://github.com/janelia-flyem/dvid) - A dataservice for branched versioning of a variety of data types. Originally created for large-scale brain reconstructions in Connectomics.
5859

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

0 commit comments

Comments
 (0)