Django 4.0 will include a built-in Redis cache back end

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • semver

    Semantic Versioning Specification

  • Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • Django

    The Web framework for perfectionists with deadlines.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • django-redis

    Full featured redis cache backend for Django.

  • This isn't such a big deal... There are great third-party packages (i.e https://github.com/jazzband/django-redis) for whoever needs a redis cache backend in a project.

    Myself, I just use good ol' memcached for all my caching needs (https://docs.djangoproject.com/en/3.2/topics/cache/#memcache...). It is rock solid and has never failed me till now!

  • django-cacheops

    A slick ORM cache with automatic granular event-driven invalidation.

  • Nuts, I was hoping that this was an evolution of https://github.com/Suor/django-cacheops which uses Redis to cache and invalidate ORM result sets by an abstracted representation of filter values. It works, but has a lot of magic (as is the Django way) and takes some tending-to in production.

  • react-static

    ⚛️ 🚀 A progressive static site generator for React.

  • Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • django-rest-framework

    Web APIs for Django. 🎸

  • Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static).

    Django's ORM is so nice and the ecosystem around it rocks.

    Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/)

  • django-upgrade

    Automatically upgrade your Django projects.

  • You should try the new [django-upgrade](https://github.com/adamchainz/django-upgrade) package. It claims you can either just run it or hook it into your CI. It will automatically take care of some of the heavy lifting for you.

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