https://github.com/derlin/introduction-to-fastapi-and-celery
FastAPI + Celery = ♥! Learn about those technologies by consulting https://derlin.github.io/introduction-to-fastapi-and-celery/
https://github.com/derlin/introduction-to-fastapi-and-celery
Last synced: 10 months ago
JSON representation
FastAPI + Celery = ♥! Learn about those technologies by consulting https://derlin.github.io/introduction-to-fastapi-and-celery/
- Host: GitHub
- URL: https://github.com/derlin/introduction-to-fastapi-and-celery
- Owner: derlin
- License: mit
- Created: 2023-03-19T19:03:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T20:20:26.000Z (about 2 years ago)
- Last Synced: 2025-04-03T02:03:53.094Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://derlin.github.io/introduction-to-fastapi-and-celery/
- Size: 1.8 MB
- Stars: 94
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI + Celery = ♥
*Interested in Python FastAPI? Wondering how to execute long-running tasks in the background
in Python? You came to the right place!*
This little website will go through the basics of Poetry, FastAPI and Celery, with some detours
here and there. I created it to back up my talk at GDG Fribourg on **March 22, 2023**.
Read on ⮕ ✨✨ https://derlin.github.io/introduction-to-fastapi-and-celery ✨✨
The full implementation of the use case can be found at:
https://github.com/derlin/fastapi-notebook-runner.
**IMPORTANT** At the time of writing, the versions used are:
* poetry `1.3.0`
* FastAPI `0.95.0`
* Celery `5.2.7`
If you like it, please leave a :star:
---
To edit/run the website locally:
```bash
docker run --rm -it -p 8888:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```