Merge pull request #573 from evnix/patch-1

added a BoltDB related project
master
Ben Johnson 2016-07-19 10:51:38 -06:00 committed by GitHub
commit 5cc10bbbc5
1 changed files with 1 additions and 0 deletions

View File

@ -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.