https://github.com/mwksolution/dash_celery
Using Dash with Celery + Redis with API calls to FastAPI
https://github.com/mwksolution/dash_celery
Last synced: 10 months ago
JSON representation
Using Dash with Celery + Redis with API calls to FastAPI
- Host: GitHub
- URL: https://github.com/mwksolution/dash_celery
- Owner: MWKSolution
- Created: 2023-01-18T19:15:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T19:24:21.000Z (over 3 years ago)
- Last Synced: 2025-03-01T00:12:14.495Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Dash with Celery + Redis with API calls to FastAPI
## Starting locally
1. Start redis server on docker locally using Dockerfile
2. Start API server
3. Start cellery using command line
```commandline
celery -A dashapp worker --loglevel=INFO -P eventlet
```
use eventlet for Windows
3. Start dash app