Graphene

GraphQL framework for Python (by graphql-python)

Graphene Alternatives

Similar projects and alternatives to Graphene

  1. Express

    768 Graphene VS Express

    Fast, unopinionated, minimalist web framework for node.

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

    530 Graphene VS fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  4. Pytorch

    384 Graphene VS Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  5. actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  6. TypeORM

    167 Graphene VS TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  7. wasmer

    140 Graphene VS wasmer

    🚀 Fast, secure, lightweight containers based on WebAssembly

  8. Typesense

    Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  9. SaaSHub

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

    SaaSHub logo
  10. SQLAlchemy

    The Database Toolkit for Python

  11. cloudquery

    The developer first cloud governance platform

  12. apollo-server

    74 Graphene VS apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  13. uvicorn

    65 Graphene VS uvicorn

    An ASGI web server, for Python. 🦄

  14. WASI

    52 Graphene VS WASI

    WebAssembly System Interface

  15. foam

    51 Graphene VS foam

    A personal knowledge management and sharing system for VSCode

  16. gqlgen

    45 Graphene VS gqlgen

    go generate based graphql server library

  17. strawberry

    33 Graphene VS strawberry

    A GraphQL library for Python that leverages type annotations 🍓

  18. TypeGraphQL

    32 Graphene VS TypeGraphQL

    Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  19. femtovg

    Antialiased 2D vector drawing library written in Rust

  20. liveviews

    Phoenix LiveView workalikes for different languages and frameworks

  21. differential-dataflow

    An implementation of differential dataflow using timely dataflow on Rust.

  22. AIOHTTP

    24 Graphene VS AIOHTTP

    Asynchronous HTTP client/server framework for asyncio and Python

  23. 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 better Graphene alternative or higher similarity.

Graphene discussion

Log in or Post with

Graphene reviews and mentions

Posts with mentions or reviews of Graphene. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-18.
  • Understanding AML/KYC: a light primer for engineers
    8 projects | dev.to | 18 Jul 2024
    APIs are often the key to enabling interoperability between AML/KYC solutions and other systems. Design APIs following RESTful principles—using libraries like ExpressJs (JavaScript), Flask (Python), or Actix Web (Rust)—ensuring they are stateless and support the JSON/XML formats expected by most systems. Use Swagger to generate detailed documentation for RESTful APIs to facilitate integration and ensure your APIs are easily consumable by other systems. If you’re building GraphQL APIs, using tools like Apollo Server, Prisma, or Graphene will allow for self-documenting APIs (through GraphQL introspection).
  • Who moved my error codes? Adding error types to your GoLang GraphQL Server
    6 projects | dev.to | 25 Jun 2023
    And gqlgen is not alone in this. We found several more GraphQL frameworks that don’t take it upon themselves to address this problem. Widely used GraphQL server implementations, such as graphql-go/graphql and Python’s graphene, have the exact same gap of exposing messages of unexpected errors by default.
  • Using GraphQL with Strawberry, FastAPI, and Next.js
    9 projects | dev.to | 15 Jun 2022
    There are multiple Python-based GraphQL libraries and they all vary slightly from each other. For the longest time, Graphene was a natural choice as it was the oldest and was used in production at different companies, but now other newer libraries have also started gaining some traction.
  • Wasmer and Trademarks
    4 projects | news.ycombinator.com | 23 Mar 2022
    > But you need to know that Wasmer and its sibling projects will stay free forever. We are open source lovers, all of us, and we have a strong background on working on open source projects before joining Wasmer too.

    That's great. I'm sure the closed source paid 10x faster editions of the graphene Python GraphQL server written by Syrus "CEO of Graphene" and CEO of wasmer will be open sourced in this spirit.

    https://github.com/graphql-python/graphene/issues/268#issuec...

    http://graphql-quiver.com/

  • graphene django with cloudinary model field
    1 project | /r/django | 2 Mar 2022
    CloudinaryField is a custom model field not a django built in one and graphene-python doesn't know what do with it. See the list of types it does https://github.com/graphql-python/graphene/tree/master/graphene/types
  • [Python] What minimal application server do you run your Python x GraphQL services with? Django, Flask....
    2 projects | /r/graphql | 15 Feb 2022
    Thanks for the reply, I was looking at Strawberry a bit but not enough documentation for a graphql noob like me... Hate to turn this into tech support but could you potentially answer a question for me? I'm having a really hard time figuring out how to do this. Given this example: https://github.com/graphql-python/graphene/blob/master/examples/simple_example.py and a slight modification:
  • Strawberry Django Plus: Enchanted Strawberry GraphQL integration with Django
    5 projects | /r/django | 13 Feb 2022
    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).
  • Graphene – Python GraphQL Library
    1 project | news.ycombinator.com | 5 Jan 2022
  • Graphene 3.0 is released
    1 project | /r/graphql | 16 Nov 2021
    1 project | /r/Python | 16 Nov 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Graphene repo stats
20
8,155
7.6
4 months ago

graphql-python/graphene is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Graphene is Python.


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?