From 4eced79bd1c51b504277295234d9055c7a8a8f07 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 29 Mar 2015 13:04:56 -0700 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33743f8..e3635b7 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. +* [SeaweedFS](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. -- cgit v1.2.3 From 393eacd1fe4e1dce76ba840b9e522c7ea5512c51 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 29 Mar 2015 13:05:23 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3635b7..d106e36 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3