Description: This is a package that allows indexing of Django models in Elasticsearch with elasticsearch-dsl-py.
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Is the project new?
[ ] Yes
[x] No
How long has the project been maintained?
7+ years.
How many releases has it had if it's a library or package?14 releases
Are you the author or are you submitting the project on behalf of a company?
[ ] I am the author
[ ] I am submitting on behalf of a company
[x] Other (please specify)
Just using it.
What makes it awesome?
It integrates well into Django models. Index creation, re-indexing, searching (and other typical Elasticsearch operations) are done seamlessly.
Additional Information
Even though elasticsearch-dsl package is mostly enough for Elasticsearch integration into Django applications, django-elasticsearch-url makes this integration more Django-like (Django-ish, Djangonic, or whatever weird adjective it's).
It uses model signals, management commands and queryset conversions to ease Elasticsearch usage in Django.
Project Information
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Is the project new?
How long has the project been maintained? 7+ years.
How many releases has it had if it's a library or package? 14 releases
Are you the author or are you submitting the project on behalf of a company?
Just using it.
What makes it awesome? It integrates well into Django models. Index creation, re-indexing, searching (and other typical Elasticsearch operations) are done seamlessly.
Additional Information
Even though elasticsearch-dsl package is mostly enough for Elasticsearch integration into Django applications, django-elasticsearch-url makes this integration more Django-like (Django-ish, Djangonic, or whatever weird adjective it's).
It uses model signals, management commands and queryset conversions to ease Elasticsearch usage in Django.