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

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

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