From aee1d853b69bc3912850862de5021a86d968583d Mon Sep 17 00:00:00 2001 From: Adam Stringer Date: Sun, 6 Aug 2023 12:36:28 +0100 Subject: [PATCH 1/2] Update README.md Include KVS reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0862aa4ca..29de9cbbf 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Below is a list of known projects that use Badger: * [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. * [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. +* [KVS](https://github.com/tauraamui/kvs) - A library for making it easy to persist, load and query full structs into BadgerDB, using an ownership hierarchy model. If you are using Badger in a project please send a pull request to add it to the list. From 3a09b4e9e52b48d35ec64a500325468d603e7eb0 Mon Sep 17 00:00:00 2001 From: Adam Stringer Date: Mon, 7 Aug 2023 16:12:52 +0100 Subject: [PATCH 2/2] Update index.md --- docs/content/projects-using-badger/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/projects-using-badger/index.md b/docs/content/projects-using-badger/index.md index 234e22b47..ec4f0e689 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -56,5 +56,6 @@ Below is a list of known projects that use Badger: * [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. * [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. +* [KVS](https://github.com/tauraamui/kvs) - A library for making it easy to persist, load and query full structs into BadgerDB, using an ownership hierarchy model. If you are using Badger in a project please send a pull request to add it to the list.