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
- Host: GitHub
- URL: https://github.com/abdelhadi92/django-elasticsearch-dsl-celery
- Owner: Abdelhadi92
- Created: 2020-07-21T07:25:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T21:23:51.000Z (over 4 years ago)
- Last Synced: 2025-04-23T21:51:37.649Z (about 1 month ago)
- Language: Python
- Size: 16.6 KB
- Stars: 9
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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'
```