diff options
author | chrislusf <chris.lu@gmail.com> | 2015-03-29 13:05:23 -0700 |
---|---|---|
committer | chrislusf <chris.lu@gmail.com> | 2015-03-29 13:05:23 -0700 |
commit | 393eacd1fe4e1dce76ba840b9e522c7ea5512c51 (patch) | |
tree | fb7b2ece15504233bbe504afafb670c2eca5074e | |
parent | Update README.md (diff) | |
download | dedo-393eacd1fe4e1dce76ba840b9e522c7ea5512c51.tar.gz dedo-393eacd1fe4e1dce76ba840b9e522c7ea5512c51.tar.xz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -585,6 +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. -* [SeaweedFS](https://github.com/chrislusf/weed-fs) - Highly scalable distributed key~file system with O(1) disk read. +* [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. |