Use Celery with any Django Storage as a Result Backend

This page summarizes the projects mentioned and recommended in the original post on /r/django

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • celery

    Distributed Task Queue (development branch)

  • The Celery package provides some number of (undocumented!) result backends to store task results in different local, network, and cloud storages. The django-celery-result package adds options to use Django-specific ORM-based result storage, as well as Django-specific cache subsystem.

  • django-celery-results

    Celery result back end with django

  • The Celery package provides some number of (undocumented!) result backends to store task results in different local, network, and cloud storages. The django-celery-result package adds options to use Django-specific ORM-based result storage, as well as Django-specific cache subsystem.

  • 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
  • Django

    The Web framework for perfectionists with deadlines.

  • On the other side, the Django itself, together with a django-storages package, provides a wide range of file-like storage backends also using local, network, and cloud storage implementations.

  • django-storages

    https://django-storages.readthedocs.io/

  • On the other side, the Django itself, together with a django-storages package, provides a wide range of file-like storage backends also using local, network, and cloud storage implementations.

  • django-storage-celery-results

    The application introducing Celery Result storage based on the Django Storage.

  • I introduce you a Django Storage Celery Results Django application, implementing such an idea. Open Source, LGPL license. Use excellent Google, Amazon S3, and Azure cloud backends to store your Celery results. All storage backends implemented for the File field are available now to use with Celery.

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Introspecting Python Parameter Values via Argument Binding

    2 projects | dev.to | 16 Oct 2021
  • What Django best practices is Django breaking?

    3 projects | dev.to | 4 Jan 2021
  • Using Google Cloud Firestore with Django's ORM

    3 projects | dev.to | 20 May 2024
  • Do not Reinvent the Wheel: Utilize Django’s Built-in Auth App to Create a Robust Authentication System

    1 project | dev.to | 16 May 2024
  • An Introduction to Testing with Django for Python

    2 projects | dev.to | 14 Feb 2024