CppGraphQLGen v3.6.0: now supports both clients and services in C++

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

    C++ GraphQL schema service generator

  • CppGraphQLGen is a code generator and support library for binding GraphQL service resolvers to C++ objects and methods. I just released version 3.6.0, which added a C++ client generator for canned queries to go with the C++ service generator. You can now mix and match consumers and producers of GraphQL in C++ with the same library.

  • eMAPI

    Electron app which hosts electron-gqlmapi with GraphiQL

  • The project and generated code is portable to at least Windows, Linux, and Mac using C++17. I've heard of it being used in some IoT scenarios as well. If you're wondering "why C++," they answer is usually to reach places where interpreted code and managed languages have trouble, either because of resource overhead or because there are only C/C++ bindings to the code you need to call. The most complicated (and realistic) sample I've built with it is Windows-only, simply because it integrates with the Windows version of Microsoft Outlook: eMAPI is an Electron app running GraphiQL on top of a CppGraphQLGen service to talk to MAPI. Possible next steps would be implementing an alternate UI in ReactJS or React Native, but it's already an extremely powerful way to talk to MAPI just by dropping in GraphiQL.

  • 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

  • Can we get all fields?

    1 project | /r/graphql | 24 Sep 2022
  • While doing recon I found this '/graphql' endpoint. Did some introspection and found a few fields that seem not so sensitive. Would this still be considered as a security issue?

    1 project | /r/HowToHack | 5 Apr 2022
  • GraphQL AuthZ - GraphQL Authorization layer

    3 projects | dev.to | 20 Dec 2021
  • Moving Apollo Federation 2 to the Elastic License v2

    3 projects | news.ycombinator.com | 5 Nov 2021
  • A New Year for GraphQL Schema Stitching

    2 projects | dev.to | 22 Jul 2021