aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-08-30 18:18:36 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-08-30 18:18:36 -0600
commit0812d4ba39a9d81a3e7466194cdbe28264b698d5 (patch)
tree02b74769126ee6af7d8ef253d86ca55f21bba6c0
parentMerge pull request #248 from miku/cayley (diff)
parentadd bleve to project list (diff)
downloaddedo-0812d4ba39a9d81a3e7466194cdbe28264b698d5.tar.gz
dedo-0812d4ba39a9d81a3e7466194cdbe28264b698d5.tar.xz
Merge pull request #249 from deoxxa/patch-1
add bleve to project list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7802b16..c997f39 100644
--- a/README.md
+++ b/README.md
@@ -450,6 +450,7 @@ Below is a list of public, open source projects that use Bolt:
* [LedisDB](https://github.com/siddontang/ledisdb) - A high performance NoSQL, using Bolt as optional storage.
* [ipLocator](https://github.com/AndreasBriese/ipLocator) - A fast ip-geo-location-server using bolt with bloom filters.
* [cayley](https://github.com/google/cayley) - Cayley is an open-source graph database using Bolt as optional backend.
+* [bleve](http://www.blevesearch.com/) - A pure Go search engine similar to ElasticSearch that uses Bolt as the default storage backend.
If you are using Bolt in a project please send a pull request to add it to the list.