From 50dd87a669d75fe0dba69a5c2bff5bc469f62a15 Mon Sep 17 00:00:00 2001 From: smeg <72160586+smegg99@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:31:05 +0100 Subject: [PATCH] Added my project that uses Badger database (#2157) Goptivum uses Badger, and I'd like to showcase it to help others discover it's usage. This PR adds my projects repository to the list of known projects that use Badger. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0706e49b..92f35daeb 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Below is a list of known projects that use Badger: * [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. * [LLS](https://github.com/Boc-chi-no/LLS) - LLS is an efficient URL Shortener that can be used to shorten links and track link usage. Support for BadgerDB and MongoDB. Improved performance by more than 30% when using BadgerDB * [lakeFS](https://github.com/treeverse/lakeFS) - lakeFS is an open-source data version control that transforms your object storage to Git-like repositories. lakeFS uses BadgerDB for its underlying local metadata KV store implementation. +* [Goptivum](https://github.com/smegg99/Goptivum) - Goptivum is a better frontend and API for the Vulcan Optivum schedule program. If you are using Badger in a project please send a pull request to add it to the list.