aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-05-19 15:33:52 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-05-19 15:33:52 -0600
commita0963d8f2259b9c7f291887979d9dac2441b4ca6 (patch)
tree3218e657cb23221c05750885312e60cc47b1d213
parentMerge pull request #166 from benbjohnson/fill-percent (diff)
downloaddedo-a0963d8f2259b9c7f291887979d9dac2441b4ca6.tar.gz
dedo-a0963d8f2259b9c7f291887979d9dac2441b4ca6.tar.xz
Added new projects.
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd5ec6e..b0e8904 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,15 @@ 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) - A standalone funnel analysis tool for web analytics.
+* [Bazil](https://github.com/bazillion/bazil) - 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.
+* [Skybox Analytics](https://github.com/skybox/skybox) - A standalone funnel analysis tool for web analytics.
* [Scuttlebutt](https://github.com/benbjohnson/scuttlebutt) - Uses Bolt to store and process all Twitter mentions of GitHub projects.
+* [Wiki](https://github.com/peterhellberg/wiki) - A tiny wiki using Goji, BoltDB and Blackfriday.
+* [ChainStore](https://github.com/nulayer/chainstore) - Simple key-value interface to a variety of storage engines organized as a chain of operations.
+* [MetricBase](https://github.com/msiebuhr/MetricBase) - Single-binary version of Graphite.
+* [Gitchain](https://github.com/gitchain/gitchain) - Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin".
+
If you are using Bolt in a project please send a pull request to add it to the list.