Strawberry Django Plus: Enchanted Strawberry GraphQL integration with Django

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

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

    Discontinued Enhanced Strawberry GraphQL integration with Django

  • graphql-core

    A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.

    Both graphene and strawberry are both based on graphql-core, a python port of the official graphql.js implementation.

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

  • strawberry

    A GraphQL library for Python that leverages type annotations 🍓

    Strawberry on the other hand is a recent project built with modern python in mind. It uses the concepts of dataclasses to define types and tries to map everything to something pythonic. For example, to define a mutation like doSomething(a: String) Int! you define a function def do_something(self, a: str) -> int and that exact function will be called to resolve that mutation.

  • Graphene

    GraphQL framework for Python

    Graphene was one of the first (if not the first) lib built on top of graphql-core to provide an easy to use api to build graphql applications. It's been around since 2015 and has a lot of integrations built for it (e.g. Django, SQL Alchemy, etc).

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

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