Skip to content

Vanilla project with FastAPI and Celery to handle larger processing jobs

Notifications You must be signed in to change notification settings

brgrp/vanilla-fastapi-celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI + Celery

I built this simple project to test fastAPI with celery to handle larger processing jobs.

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. FastAPI: https://fastapi.tiangolo.com/

Celery is a simple, highly-scalable distributed system that provides a flexible mechanism to implement task queues in real-time. Celery: https://github.com/celery/celery

Flower for visualization

Flower is an open-source web application for monitoring and managing Celery clusters. It provides real-time information about the status of Celery workers and tasks. https://flower.readthedocs.io/en/latest/

About

Vanilla project with FastAPI and Celery to handle larger processing jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published