How to build a solid Go Graphql application quickly.

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • golang-graphql-benchmark

    benchmark of golang GraphQL framework.

  • Have you ever tried gqlgen? I really enjoy the dev experience. It also looks like it has great benchmarks.

  • graphql-benchmarks

    GraphQL benchmarks using the-benchmarker framework.

  • I have not tried gqlgen yet. Just by comparing benchmarks at https://github.com/the-benchmarker/graphql-benchmarks/blob/develop/rates.md it looks like GGql is faster by comparing to graphql-go. I'd love to see gqlgen get added to those benchmarks or GGql added to the gqlgen comparisons.

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

    GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

  • I'd suggest trying out https://github.com/dosco/graphjin it automatically compiles GraphQL into SQL so you don't have to write any code. It can be used as a library with your own code or as a standalone service. It supports queries, mutations and subscriptions. Works with Postgres and Mysql. The godoc has tons of examples. https://pkg.go.dev/github.com/dosco/graphjin/core

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

  • Fastest Way to Learn Golang?

    5 projects | /r/golang | 10 Jun 2023
  • [Golang] Super Graph GraphQL au compilateur SQL renommé GraphJin et prend maintenant en charge MySQL

    2 projects | /r/enfrancais | 27 Apr 2023
  • Pg_jsonschema – JSON Schema Support for Postgres

    2 projects | news.ycombinator.com | 22 Mar 2023
  • Should I use GraphQL for a public facing API (in place of a REST API)?

    1 project | /r/graphql | 31 Jan 2023
  • YarQL, A different approach to making GraphQL servers in Go

    2 projects | /r/graphql | 7 Apr 2022