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
dosco avatar

dosco/graphjin

0
View on GitHub↗
3,084 stars·186 forks·Go·Apache-2.0·8 viewsgraphjin.com↗

Graphjin

GraphJin - An Automagical Compiler to Connect AI to Your Databases

Features

  • Go GraphQL Tools - GraphQL to SQL compiler for rapid API development.

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

Star history

Star history chart for dosco/graphjinStar history chart for dosco/graphjin

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.

Projects sharing features with Graphjin

These projects share indexed features with Graphjin. 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
  • 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
  • graphql-go/graphqlgraphql-go avatar

    graphql-go/graphql

    10,155View on GitHub↗

    This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes a schema engine for defining types, a query parser to convert strings into abstract syntax trees, and an execution engine that resolves fields against a defined schema to return structured data. The library distinguishes itself through reflection-based type mapping, allowing object definitions and arguments to be derived directly from native Go structs. It also supports the execution of real-time data streaming via GraphQL subscriptions and provides an extensible execution pip

    Gographqlgraphql-gosubscriptions
    View on GitHub↗10,155
  • 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→

Frequently asked questions

What does dosco/graphjin do?

GraphJin - An Automagical Compiler to Connect AI to Your Databases

What are the main features of dosco/graphjin?

The main features of dosco/graphjin are: Go GraphQL Tools.

Which projects share features with dosco/graphjin?

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. 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. kadirpekel/gql — The Missing GraphQL Schema Builder for Golang.