Python Celery

Open-source Python projects categorized as Celery

Top 23 Python Celery Projects

  1. cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Project mention: SaaSavant – SaaS Boilerplate | news.ycombinator.com | 2024-09-10

    I found that this django setup was an excellent starting point:

    https://github.com/cookiecutter/cookiecutter-django

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. flower

    Real-time monitor and web admin for Celery distributed task queue

  4. kombu

    Messaging library for Python.

    Project mention: Show HN: Drop-In SQS Replacement Based on SQLite | news.ycombinator.com | 2024-06-30

    https://docs.celeryq.dev/en/stable/getting-started/backends-...

    Celery's flower utility doesn't work with SQS or GCP's {Cloud Tasks, Cloud Pub/Sub, Firebase Cloud Messaging FWIU} but does work with AMQP, which is a reliable messaging protocol.

    RabbitMQ is backed by mnesia, an Erlang/OTP library for distributed Durable data storage. Mnesia: https://en.wikipedia.org/wiki/Mnesia

    SQLite is written in C and has lots of tests because aerospace IIUC.

    There are many extensions of SQLite; rqlite, cr-sqlite, postlite, electricsql, sqledge, and also WASM: sqlite-wasm, sqlite-wasm-http

    celery/kombu > Transport brokers support / comparison table: https://github.com/celery/kombu?tab=readme-ov-file#transport...

    Kombu has supported Apache Kafka since 2022, but celery doesn't yet support Kafka: https://github.com/celery/celery/issues/7674#issuecomment-12...

  5. django-react-boilerplate

    Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate

  6. django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

    Project mention: Building a SaaS app using Django | dev.to | 2024-07-08

    For scheduled tasks, you can use Django celery beat to manage periodic tasks, ensuring they run at specified intervals.

  7. django-celery

    Old Celery integration project for Django

    Project mention: Building a SaaS app using Django | dev.to | 2024-07-08

    Background tasks, like sending emails, are best handled asynchronously to avoid blocking the main application processes and to improve the overall performance and responsiveness of your application. A popular tool for managing background tasks in Django is Celery.

  8. docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. jasmin

    Jasmin - Open source SMS gateway

  11. redbeat

    RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.

  12. django-celery-results

    Celery result back end with django

  13. docker-flask-example

    A production ready example Flask app that's using Docker and Docker Compose.

  14. wakaq

    Background task queue for Python backed by Redis, a super minimal Celery

    Project mention: Show HN: Hatchet – Open-source distributed task queue | news.ycombinator.com | 2024-03-08
  15. playlistor

    🎶Apple Music ↔️ Spotify playlist convertor.

  16. celery-progress

    Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

  17. django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  18. asgi-correlation-id

    Request ID propagation for ASGI apps

  19. celery-exporter

    A Prometheus exporter for Celery metrics

  20. pdbr

    pdb + Rich library

  21. banking-system

    A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS

  22. full-stack-fastapi-postgresql

    Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more. (by whythawk)

  23. django-step-by-step

    A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

  24. django-ecommerce-api

    An E-commerce API built using Django Rest Framework.

  25. cookiecutter-fastapi

    Cookiecutter fastapi is a framework for jumpstarting production-ready fastapi projects quickly.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Celery discussion

Log in or Post with

Python Celery related posts

  • SaaSavant – SaaS Boilerplate

    2 projects | news.ycombinator.com | 10 Sep 2024
  • Building a SaaS app using Django

    8 projects | dev.to | 8 Jul 2024
  • Celery-exporter: A Prometheus exporter for Celery metrics

    1 project | news.ycombinator.com | 27 Aug 2023
  • Working with Docker Containers Made Easy with the Dexec Bash Script

    5 projects | news.ycombinator.com | 26 Jun 2023
  • What's the correct way to install or version up packages when using Docker and Poetry?

    1 project | /r/django | 9 Jun 2023
  • How to add onSuccess function to celery-progress?

    1 project | /r/djangolearning | 7 Jun 2023
  • Example app using FastAPI, SQLModel, Celery, Alembic and Supertokens

    1 project | /r/Python | 4 Jun 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 9 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Celery projects in Python? This list will help you:

# Project Stars
1 cookiecutter-django 12,406
2 flower 6,587
3 kombu 2,940
4 django-react-boilerplate 2,071
5 django-celery-beat 1,746
6 django-celery 1,529
7 docker-django-example 1,247
8 jasmin 1,062
9 redbeat 935
10 django-celery-results 707
11 docker-flask-example 668
12 wakaq 580
13 playlistor 526
14 celery-progress 481
15 django-guid 462
16 asgi-correlation-id 461
17 celery-exporter 452
18 pdbr 338
19 banking-system 329
20 full-stack-fastapi-postgresql 250
21 django-step-by-step 181
22 django-ecommerce-api 153
23 cookiecutter-fastapi 110

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?