From 3dee3c1f32fc3dcb7e965845564402f13c61d347 Mon Sep 17 00:00:00 2001 From: Sino Date: Tue, 28 Nov 2023 11:16:21 +0800 Subject: [PATCH] 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 ec4f0e689..8498a8350 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -57,5 +57,6 @@ Below is a list of known projects that use Badger: * [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. +* [LLS](https://github.com/LJea/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 If you are using Badger in a project please send a pull request to add it to the list.