aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Katz <billkatz@gmail.com>2014-03-31 15:25:05 -0400
committerBill Katz <billkatz@gmail.com>2014-03-31 15:25:05 -0400
commit6dd15bbf70313f2ac41b288528e5d900cdc7ee86 (patch)
tree9e2a5556f3c19d24e5c5990438d24135f6178037
parentMerge pull request #104 from benbjohnson/remove-db-open (diff)
downloaddedo-6dd15bbf70313f2ac41b288528e5d900cdc7ee86.tar.gz
dedo-6dd15bbf70313f2ac41b288528e5d900cdc7ee86.tar.xz
Add DVID to projects using Bolt
DVID added Bolt as an optional storage engine.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d54fb9e..b03e6ff 100644
--- a/README.md
+++ b/README.md
@@ -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.