diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-31 13:31:26 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-31 13:31:26 -0600 |
commit | 4364c2f7f63628a9d767834e7b44ce58506f7c91 (patch) | |
tree | 9e2a5556f3c19d24e5c5990438d24135f6178037 | |
parent | Merge pull request #104 from benbjohnson/remove-db-open (diff) | |
parent | Add DVID to projects using Bolt (diff) | |
download | dedo-4364c2f7f63628a9d767834e7b44ce58506f7c91.tar.gz dedo-4364c2f7f63628a9d767834e7b44ce58506f7c91.tar.xz |
Merge pull request #107 from DocSavage/master
Add DVID to projects using Bolt
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ So why use Bolt? The goal of Bolt is provide a simple, fast data store that is e Below is a list of public, open source projects that use Bolt: * [Skybox Analytics](https://github.com/skybox/skybox) +* [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb. If you are using Bolt in a project please send a pull request to add it to the list. |