From d5bf4d234f7406d2869ddbac55257293004b41aa Mon Sep 17 00:00:00 2001 From: Conrad Pankoff Date: Sun, 31 Aug 2014 00:57:54 +1000 Subject: [PATCH] add bleve to project list --- README.md | 1 + 1 file changed, 1 insertion(+) 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.