aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2015-03-29 14:20:00 -0600
committerBen Johnson <benbjohnson@yahoo.com>2015-03-29 14:20:00 -0600
commitee954308d64186f0fc9b7022b6178977848c17a3 (patch)
treefb7b2ece15504233bbe504afafb670c2eca5074e
parentMerge pull request #340 from DSpeichert/master (diff)
parentUpdate README.md (diff)
downloaddedo-ee954308d64186f0fc9b7022b6178977848c17a3.tar.gz
dedo-ee954308d64186f0fc9b7022b6178977848c17a3.tar.xz
Merge pull request #342 from chrislusf/master
Adding used by Seaweed File System
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 33743f8..d106e36 100644
--- a/README.md
+++ b/README.md
@@ -585,5 +585,6 @@ Below is a list of public, open source projects that use Bolt:
* [bleve](http://www.blevesearch.com/) - A pure Go search engine similar to ElasticSearch that uses Bolt as the default storage backend.
* [tentacool](https://github.com/optiflows/tentacool) - REST api server to manage system stuff (IP, DNS, Gateway...) on a linux server.
* [SkyDB](https://github.com/skydb/sky) - Behavioral analytics database.
+* [Seaweed File System](https://github.com/chrislusf/weed-fs) - Highly scalable distributed key~file system with O(1) disk read.
If you are using Bolt in a project please send a pull request to add it to the list.