What do you guys think is the bare minimum for any of you to feel inclined to use graphql? And what would you say is the easiest way to implement it these days?

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

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

    Datasette instance with data from unitedstates/congress-legislators

  • And here's the script that deploys that demo: https://github.com/simonw/congress-legislators-datasette/blob/main/deploy.sh

  • datasette

    An open source multi-tool for exploring and publishing data

  • I think one of the fastest ways to get a GraphQL API online is using my https://datasette.io tool with its https://datasette.io/plugins/datasette-graphql plugin. You can create a database and then publish it with a few terminal commands.

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

    go generate based graphql server library

  • We use gqlgen https://gqlgen.com/ it’s hardly work even for a smaller project and once you’ve done it a couple times.

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