Software Alternatives & Reviews

Building GraphQL APIs in Django with Graphene

Hasura FastAPI
  1. 1
    Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
    Pricing:
    • Open Source
    Still waiting for some killer library to come along and make it all easier (something like https://hasura.io/ maybe?), but until then REST/JSON-RPC continue to do the job predictably and reliably with minimal confusion.

    #GraphQL #Realtime Backend / API #API Tools 117 social mentions

  2. FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
    Pricing:
    • Open Source
    • Free
    We just use plain old Django to build standard REST APIs that return JSON. Occasionally we'll sprinkle in some https://fastapi.tiangolo.com/ or DRF, but most of the time we don't even use those unless we're building a really huge app.

    #Developer Tools #API Tools #Python Programming 235 social mentions

Discuss: Building GraphQL APIs in Django with Graphene

Log in or Post with