An open API service indexing awesome lists of open source software.

https://github.com/abdelhadi92/django-elasticsearch-dsl-celery

Allows automatic updates on the index as delayed background tasks using Celery
https://github.com/abdelhadi92/django-elasticsearch-dsl-celery

Last synced: about 1 month ago
JSON representation

Allows automatic updates on the index as delayed background tasks using Celery

Awesome Lists containing this project

README

        

# django-elasticsearch-dsl Celery Processor

## Installation

1. Run the [pip](https://pip.pypa.io/en/stable/) command to install the latest version:
```bash
pip install django-elasticsearch-dsl-celery
```

2. Add the following line to your `settings.py`:
```python
ELASTICSEARCH_DSL_SIGNAL_PROCESSOR = 'django_elasticsearch_dsl_celery.CelerySignalProcessor'
```