testdrivenio / fastapi-celeryLinks
Example of how to handle background processes with FastAPI, Celery, and Docker
☆451Updated 2 years ago
Alternatives and similar repositories for fastapi-celery
Users that are interested in fastapi-celery are comparing it to the libraries listed below
Sorting:
- Minimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery …☆668Updated 3 weeks ago
- FastAPI CRUD☆561Updated 2 years ago
- 🐍 Simple FastAPI template that mimics Flask's blueprint directory structure☆1,037Updated last year
- Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.☆560Updated 2 years ago
- Drop-in API-key based security for FastAPI☆471Updated 2 years ago
- row level security for FastAPI framework☆651Updated 2 years ago
- Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o☆421Updated 2 years ago
- minimal-fastapi-postgres-template based on official template but rewritten☆558Updated this week
- A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️☆585Updated 6 months ago
- Fully Python async FastAPI project! 🚀☆529Updated 2 years ago
- Developer productivity tool for making high-quality FastAPI production-ready APIs.☆787Updated last month
- A FastAPI based low code starter/boilerplate: SQLAlchemy 2.0 (async), Postgres, React-Admin, pytest and cypress☆518Updated 3 months ago
- Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver☆517Updated this week
- FastAPI framework plugins☆607Updated 6 months ago
- Cookiecutter template for FastAPI projects using: Machine Learning, uv, Github Actions and Pytests☆699Updated 5 months ago
- Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI☆534Updated 3 years ago
- A simple Redis Streams backed Chat app using Websockets, Asyncio and FastAPI/Starlette.☆348Updated 2 months ago
- FasAPI + Prometheus + Grafana!☆216Updated 2 years ago
- FastAPI application and service structure for a more maintainable codebase – See full article☆394Updated 3 years ago
- Adds simple SQLAlchemy support to FastAPI☆758Updated last year
- FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)☆828Updated last year
- Example of using MongoDB with FastAPI☆352Updated 6 months ago
- A request rate limiter for fastapi☆733Updated last year
- A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)☆136Updated 2 years ago
- Test-Driven Development with FastAPI and Docker☆176Updated 9 months ago
- Template for building FastAPI applications with MongoDB.☆541Updated last year
- Opinionated set of utilities on top of FastAPI