add esengine - ElasticSearch ODM (Object Document Mapper) for Python

This commit is contained in:
Vinta 2016-03-13 22:14:45 +08:00
parent 19715eb9b4
commit 2a5fdd8d85
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django.
* [elasticsearch-py](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
* [elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch.
* [esengine](https://github.com/catholabs/esengine) - ElasticSearch ODM (Object Document Mapper) for Python.
* [solrpy](https://github.com/edsu/solrpy) - A Python client for [solr](http://lucene.apache.org/solr/).
* [Whoosh](http://whoosh.readthedocs.org/en/latest/) - A fast, pure Python search engine library.