You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ Below is a list of known projects that use Badger:
218
218
*[Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV.
219
219
*[Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator.
220
220
*[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.
221
222
222
223
If you are using Badger in a project please send a pull request to add it to the list.
223
224
@@ -228,4 +229,4 @@ If you're interested in contributing to Badger see [CONTRIBUTING](./CONTRIBUTING
228
229
## Contact
229
230
- Please use [Github issues](https://github.com/dgraph-io/badger/issues) for filing bugs.
230
231
- 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).
Copy file name to clipboardExpand all lines: docs/content/projects-using-badger/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,5 +55,6 @@ Below is a list of known projects that use Badger:
55
55
*[Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV.
56
56
*[Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator.
57
57
*[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.
58
59
59
60
If you are using Badger in a project please send a pull request to add it to the list.
0 commit comments