aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-07-19 10:51:38 -0600
committerGitHub <noreply@github.com>2016-07-19 10:51:38 -0600
commit5cc10bbbc5c141029940133bb33c9e969512a698 (patch)
tree49bca5de7fbe2e578cb499c658623aef1e57a53c
parentMerge pull request #567 from pankajkhairnar/pankajkhairnar-new-project (diff)
parentadded a BoltDB related project (diff)
downloaddedo-5cc10bbbc5c141029940133bb33c9e969512a698.tar.gz
dedo-5cc10bbbc5c141029940133bb33c9e969512a698.tar.xz
Merge pull request #573 from evnix/patch-1
added a BoltDB related project
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c3039e..e8a64f5 100644
--- a/README.md
+++ b/README.md
@@ -807,6 +807,7 @@ them via pull request.
Below is a list of public, open source projects that use Bolt:
+* [BoltDbWeb](https://github.com/evnix/boltdbweb) - A web based GUI for BoltDB files.
* [Operation Go: A Routine Mission](http://gocode.io) - An online programming game for Golang using Bolt for user accounts and a leaderboard.
* [Bazil](https://bazil.org/) - A file system that lets your data reside where it is most convenient for it to reside.
* [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb.