Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Top 23 Python Celery Projects
-
cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Project mention: Cookiecutter Django: framework for jumpstarting production-ready Django projects | news.ycombinator.com | 2025-09-13 -
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Flower Monitoring
-
-
-
-
-
Congrats to the Django team!
If anyone is curious, I've been maintaining a Docker Compose based Django + Celery + Postgres + Redis + esbuild + Tailwind starter app for years and just updated it for Django 6.0 at https://github.com/nickjj/docker-django-example.
The only thing I haven't done is pre-configure the new CSP settings because I want to let that marinate a bit before putting it in as a default.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
redbeat
RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.
-
-
uv works great in a container, you can tell it to skip creating a venv and use the system's version of Python.
Both of my Docker Compose start app examples for https://github.com/nickjj/docker-flask-example and https://github.com/nickjj/docker-django-example use uv.
The biggest win is speed. Dependencies get installed ~10x faster than with pip, at least on my machine.
-
-
-
-
To link log messages with requests we need a correlation ID. I highly recommend using the asgi-correlation-id package for this purpose.
-
8mb.local
a free local self hosted video compressor webui designed for performance and ease of use. inspired by 8mb.video
I also look for a sophisticated self hosted, open source transcoding solution as a web app, but in the mean time, the complete opposite: no bells and whistles, no config, no control except size: https://github.com/JMS1717/8mb.local
-
celery-progress
Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
-
django-guid
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
-
-
-
full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more. (by whythawk)
-
django-step-by-step
A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Celery discussion
Python Celery related posts
-
Copyparty, the FOSS file server [video]
-
Uv overtakes pip in CI (for Wagtail users)
-
Building Async Backends with Django and Celery
-
From Kiddie Projects to Production-Ready APIs: My FastAPI Journey at 18
-
Leveling Up My Task Automation API: Models, Routes, and Scheduling
-
Switching Pip to Uv in a Dockerized Flask / Django App
-
SaaSavant – SaaS Boilerplate
- A note from our sponsor - Stream getstream.io | 22 Dec 2025
Index
What are some of the best open-source Celery projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | cookiecutter-django | 13,326 |
| 2 | flower | 7,065 |
| 3 | kombu | 3,089 |
| 4 | django-react-boilerplate | 2,221 |
| 5 | django-celery-beat | 1,876 |
| 6 | django-celery | 1,558 |
| 7 | docker-django-example | 1,509 |
| 8 | jasmin | 1,146 |
| 9 | redbeat | 1,019 |
| 10 | django-celery-results | 765 |
| 11 | docker-flask-example | 755 |
| 12 | playlistor | 655 |
| 13 | wakaq | 590 |
| 14 | celery-exporter | 521 |
| 15 | asgi-correlation-id | 519 |
| 16 | 8mb.local | 508 |
| 17 | celery-progress | 493 |
| 18 | django-guid | 478 |
| 19 | pdbr | 352 |
| 20 | banking-system | 335 |
| 21 | full-stack-fastapi-postgresql | 255 |
| 22 | django-step-by-step | 192 |
| 23 | django-ecommerce-api | 181 |