Are there any good GraphQL "passthrough" solutions?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Hasura

    Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

    My most recent job used Hasura on top of all of our microservices to turn them all into graphql endpoints. We then had an api gateway with Hasura as well that imported the schemas from all of the microservices - effectively combining all of the backend schemas into a single one that was used by the frontend. If any business logic was required between services then we just used REST endpoints for that.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • graphql-mesh

    🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...

    You might be able to integrate existing API's with https://www.graphql-mesh.com/ but keep in mind this will add latency and you won't get all the full benefits of implementing native graphql services.

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

  • Effortless Type-Safe GraphQL SDK Generation with GraphQL SDK Generator

    1 project | dev.to | 1 Sep 2024
  • Hasura CLI on NixOS: A Working Solution

    3 projects | dev.to | 7 Aug 2024
  • Haskell Certification Program

    2 projects | news.ycombinator.com | 29 Jun 2024
  • Ask HN: Is There a Zapier for APIs?

    3 projects | news.ycombinator.com | 19 Feb 2024
  • Ask HN: What is the easiest way to create a CRUD web app in 2024?

    2 projects | news.ycombinator.com | 16 Feb 2024