Graphql frameworks/languages suggestions

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

    go generate based graphql server library

  • Golang with gqlgen

  • deque-loader-rs

    work stealing data loader

  • I'd recommend Rust / Async GraphQL / Diesel / Warp (for Tokio 1.x). It's really quite fantastic and the performance is really something. Diesel is really fantastic for compile time checked query building, and using tokio::task::spawn_blocking to run everything on dedicated threads is quite performant even though those threads will block. I've been able to get 100k+ requests per second w/ this stack; it's extremely performant, it's resource efficient, it's fun to work with, and Rust really does empower the creation of great software. Check out my example here: https://github.com/Bajix/deque-loader-rs/tree/main/crates/async-graphql-demo

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

  • Create a GraphQL-powered project management endpoint in Golang and MongoDB

    3 projects | dev.to | 25 Jul 2022
  • Anyone uses gRPC to communicate between backend server and frontend/mobile applications in production?

    2 projects | /r/FlutterDev | 26 Apr 2022
  • Fiber + GraphQL?

    1 project | /r/golang | 11 Apr 2022
  • gqlclient: A GraphQL client and code generator for Go

    2 projects | /r/golang | 16 Dec 2021
  • Which graphql server library is your favorite?

    1 project | /r/graphql | 23 Dec 2020