awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ysugimoto avatar

ysugimoto/grpc-graphql-gateway

0
View on GitHub↗
424 stars·54 forks·Go·MIT·7 views

Grpc Graphql Gateway

A protoc plugin that generates graphql execution code from Protocol Buffers.

Features

  • Go GraphQL Tools - Protobuf to GraphQL execution code generator.

Star history

Star history chart for ysugimoto/grpc-graphql-gatewayStar history chart for ysugimoto/grpc-graphql-gateway

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does ysugimoto/grpc-graphql-gateway do?

A protoc plugin that generates graphql execution code from Protocol Buffers.

What are the main features of ysugimoto/grpc-graphql-gateway?

The main features of ysugimoto/grpc-graphql-gateway are: Go GraphQL Tools.

Which projects share features with ysugimoto/grpc-graphql-gateway?

Projects with overlapping indexed features include: 99designs/gqlgen — gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation… ccamel/go-graphql-subscription-example — ☝️ go-graphql subscription over Kafka/Redis/NSQ example. dosco/graphjin — GraphJin - An Automagical Compiler to Connect AI to Your Databases. graph-gophers/graphql-go — graphql-go is a schema-first GraphQL library and server implementation for Go. It provides a query execution engine… graphql-go/graphql — This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes… graphql-go/relay — A Go/Golang library to help construct a graphql-go server supporting react-relay.

Projects sharing features with Grpc Graphql Gateway

These projects share indexed features with Grpc Graphql Gateway. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ccamel/go-graphql-subscription-exampleccamel avatar

    ccamel/go-graphql-subscription-example

    46View on GitHub↗

    ☝️ go-graphql subscription over Kafka/Redis/NSQ example

    Go
    View on GitHub↗46
  • dosco/graphjindosco avatar

    dosco/graphjin

    3,084View on GitHub↗

    GraphJin - An Automagical Compiler to Connect AI to Your Databases

    Go
    View on GitHub↗3,084
  • graph-gophers/graphql-gograph-gophers avatar

    graph-gophers/graphql-go

    4,755View on GitHub↗

    graphql-go is a schema-first GraphQL library and server implementation for Go. It provides a query execution engine and schema parser that converts schema definition strings into executable structures and validates resolver signatures. The library also includes a streaming implementation for real-time GraphQL subscriptions using channels within resolvers. The project distinguishes itself through parallel resolver execution to reduce request latency and the use of buffer-pool memory management to lower garbage collection overhead. It enables the creation of cloneable schema instances from a sh

    Go
    View on GitHub↗4,755
  • 99designs/gqlgen99designs avatar

    99designs/gqlgen

    10,729View on GitHub↗

    gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and

    Gocodegendataloadergogenerate
    View on GitHub↗10,729
Compare all 11 related projects→