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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to graphql-nexus/nexus

Open-source alternatives to Nexus

19 open-source projects similar to graphql-nexus/nexus, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nexus alternative.

  • tortoise/tortoise-ormAvatar de tortoise

    tortoise/tortoise-orm

    5,582Voir sur GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Pythonasyncasynciomysql
    Voir sur GitHub↗5,582
  • 19majkel94/type-graphqlAvatar de 19majkel94

    19majkel94/type-graphql

    8,088Voir sur GitHub↗

    Type-graphql is a framework for building GraphQL servers that uses TypeScript classes as the single source of truth for schema definitions and types. It provides a schema generator and a resolver framework that allows developers to define queries and mutations using class-based controllers and decorators. The project focuses on a schema-first approach where TypeScript classes and metadata reflection are used to automatically derive GraphQL schemas. It incorporates a dependency injection container to manage the instantiation and lifecycle of resolver classes. The system includes a middleware

    TypeScript
    Voir sur GitHub↗8,088
  • apollographql/apollo-serverAvatar de apollographql

    apollographql/apollo-server

    13,943Voir sur GitHub↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    TypeScript
    Voir sur GitHub↗13,943

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dotansimha/graphql-code-generatorAvatar de dotansimha

    dotansimha/graphql-code-generator

    11,257Voir sur GitHub↗

    This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema definitions and operation documents into static TypeScript types to ensure compile-time validation and data consistency between an API and a frontend application. The system functions as a customizable GraphQL plugin framework. It uses a plugin-based architecture and a custom pipeline to generate tailored API clients and request functions, eliminating the need for manual type declarations. The project covers GraphQL client automation, type generation, and workflow optimization. I

    TypeScript
    Voir sur GitHub↗11,257
  • flask-admin/flask-adminAvatar de flask-admin

    flask-admin/flask-admin

    6,071Voir sur GitHub↗

    Simple and extensible administrative interface framework for Flask

    Python
    Voir sur GitHub↗6,071
  • graphql-nexus/schemaG

    graphql-nexus/schema

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • hayes/pothosAvatar de hayes

    hayes/pothos

    2,576Voir sur GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    TypeScriptgraphqltypescript
    Voir sur GitHub↗2,576
  • idurar/fast-graphqlAvatar de idurar

    idurar/fast-graphql

    5Voir sur GitHub↗

    Node.js Package to Combine Resolvers & Merge Graphql Schema

    JavaScript
    Voir sur GitHub↗5
  • iurisilvio/bottle-sqlalchemyAvatar de iurisilvio

    iurisilvio/bottle-sqlalchemy

    126Voir sur GitHub↗

    Bottle SQLAlchemy plugin

    Python
    Voir sur GitHub↗126
  • jmcarp/filteralchemyAvatar de jmcarp

    jmcarp/filteralchemy

    72Voir sur GitHub↗

    Declarative query builder for SQLAlchemy

    Python
    Voir sur GitHub↗72
  • jpscaletti/sqla-wrapperAvatar de jpscaletti

    jpscaletti/sqla-wrapper

    148Voir sur GitHub↗

    A friendly wrapper for modern SQLAlchemy and Alembic

    Python
    Voir sur GitHub↗148
  • krylosov-aa/context-async-sqlalchemyAvatar de krylosov-aa

    krylosov-aa/context-async-sqlalchemy

    61Voir sur GitHub↗

    A convenient way to configure and work with an async SQLAlchemy session through context in asynchronous applications

    Python
    Voir sur GitHub↗61
  • lkster/graphql-to-typeAvatar de lkster

    lkster/graphql-to-type

    6Voir sur GitHub↗

    (almost) Fully functional GraphQL request parser written completely using TypeScript's typing system

    TypeScript
    Voir sur GitHub↗6
  • michallytek/type-graphqlAvatar de MichalLytek

    MichalLytek/type-graphql

    8,088Voir sur GitHub↗

    Type-graphql is a toolkit and framework for creating type-safe GraphQL APIs. It functions as a schema generator and resolver library that uses TypeScript classes and decorators as the primary source of truth for data structures and query logic. The project enables the definition of GraphQL schemas and resolvers through typed classes rather than manual schema definition language. This approach ensures that TypeScript types automatically align with the GraphQL schema to prevent runtime errors. The framework provides capabilities for API implementation, including input data validation and acces

    TypeScript
    Voir sur GitHub↗8,088
  • modevol-com/gqloomAvatar de modevol-com

    modevol-com/gqloom

    99Voir sur GitHub↗

    Weave GraphQL schema and resolvers using runtime types in TypeScript/JavaScript

    TypeScript
    Voir sur GitHub↗99
  • prisma/nuxt-prismaP

    prisma/nuxt-prisma

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • stepci/garphAvatar de stepci

    stepci/garph

    1,313Voir sur GitHub↗

    Fullstack GraphQL Framework for TypeScript

    TypeScript
    Voir sur GitHub↗1,313
  • 0no-co/gql.tadaAvatar de 0no-co

    0no-co/gql.tada

    2,939Voir sur GitHub↗

    🪄 Magical GraphQL query engine for TypeScript

    TypeScript
    Voir sur GitHub↗2,939
  • visionmedia/supertestAvatar de visionmedia

    visionmedia/supertest

    14,365Voir sur GitHub↗

    Supertest is a Node.js HTTP testing library that provides a framework for making requests and asserting responses from web servers. It functions as an HTTP assertion framework designed to verify status codes, response bodies, and headers during automated server tests. The library features an ephemeral port server manager that automatically binds servers to random available ports, removing the need for manual port tracking and preventing conflicts during concurrent test execution. It also includes an HTTP session state manager to persist cookies and session data across multiple sequential requ

    JavaScript
    Voir sur GitHub↗14,365