Python Celery

Open-source Python projects categorized as Celery

Top 23 Python Celery Projects

  • cookiecutter-django

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

  • Project mention: falco VS cookiecutter-django - a user suggested alternative | libhunt.com/r/falco.git | 2024-01-26

    Falco, in contrast to cookiecutter-django, aims to enhance the Django developer experience beyond project generation. It provides a CRUD generator and guides on various Django topics such as task queues, multitendency, deployment, realtime, etc.

  • flower

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kombu

    Messaging library for Python.

  • django-react-boilerplate

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

  • django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

  • django-celery

    Old Celery integration project for Django

  • docker-django-example

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

  • Project mention: Django 5.0 Is Released | news.ycombinator.com | 2023-12-04

    Congrats on the release to the Django community!

    If anyone is curious, I updated my Django / Docker starter kit app to use Django 5.0 at: https://github.com/nickjj/docker-django-example

    It pulls together gunicorn, Celery, Redis, Postgres, esbuild and Tailwind with Docker Compose. It's set up to run in both development and production.

  • SaaSHub

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

    SaaSHub logo
  • jasmin

    Jasmin - Open source SMS gateway

  • redbeat

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

  • django-celery-results

    Celery result back end with django

  • 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
  • docker-flask-example

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

  • Project mention: We Have to Talk About Flask | news.ycombinator.com | 2023-10-19

    I've been maintaining my Build a SAAS App with Flask video course[0] for 8 years. It has gone from pre-1.0 to 2.3 and has been recorded twice with tons of incremental updates added over the years to keep things current.

    In my opinion tutorial creators should pin their versions so that anyone taking the course or going through the tutorial will have a working version that matches the video or written material.

    I'm all for keeping things up to date and do update things every few months but rolling updates don't tend to work well for tutorials because sometimes a minor version requires a code change or covering new concepts. As a tutorial consumer it's frustrating when the content doesn't match the source code unless it's nothing but a version bump.

    I've held off upgrading Flask to 3.0 and Python 3.12 due to these open issues with 3rd party dependencies https://github.com/nickjj/docker-flask-example/issues/17.

    [0]: https://buildasaasappwithflask.com/

  • django-celery-email

    A Django email backend that uses a celery task for sending the email.

  • Project mention: How do I send a mail to thousands of users? | /r/django | 2023-06-29

    BTW: We use django-celery-email (https://github.com/pmclanahan/django-celery-email) for sending emails with celery (with RabbitMQ as our task queue). It's great.

  • celery-progress

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

  • Project mention: How to add onSuccess function to celery-progress? | /r/djangolearning | 2023-06-07

    It’s already in the library, no need to add it to it. See https://github.com/czue/celery-progress for more details.

  • django-guid

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

  • playlistor

    🎶Apple Music ↔️ Spotify playlist convertor.

  • asgi-correlation-id

    Request ID propagation for ASGI apps

  • pdbr

    pdb + Rich library

  • banking-system

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

  • 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

  • celery-kubernetes-example

    Small Flask app with scalable, asynchronous backend workers deployed on Kubernetes.

  • django-ecommerce-api

    An E-commerce API built using Django Rest Framework.

  • Project mention: Django Code Formatting and Linting Made Easy: A Step-by-Step Pre-commit Hook Tutorial | dev.to | 2023-10-05

    I hope you found this article helpful. By automating formatting and enforcing linting standards, you can focus on business logic and architecture and save yourself time. If you got lost somewhere throughout the guide, check out the project on GitHub

  • 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 related posts

  • 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
  • Research Study Companion App

    1 project | /r/learnpython | 22 May 2023
  • Docker advantages for a single developer?

    1 project | /r/django | 7 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives 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 11,591
2 flower 6,187
3 kombu 2,762
4 django-react-boilerplate 1,831
5 django-celery-beat 1,571
6 django-celery 1,514
7 docker-django-example 1,105
8 jasmin 971
9 redbeat 879
10 django-celery-results 651
11 wakaq 565
12 docker-flask-example 553
13 django-celery-email 473
14 celery-progress 442
15 django-guid 411
16 playlistor 409
17 asgi-correlation-id 346
18 pdbr 319
19 banking-system 303
20 full-stack-fastapi-postgresql 224
21 django-step-by-step 168
22 celery-kubernetes-example 113
23 django-ecommerce-api 108

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com