awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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-ormالصورة الرمزية لـ tortoise

    tortoise/tortoise-orm

    5,582عرض على 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
    عرض على GitHub↗5,582
  • 19majkel94/type-graphqlالصورة الرمزية لـ 19majkel94

    19majkel94/type-graphql

    8,088عرض على 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
    عرض على GitHub↗8,088
  • apollographql/apollo-serverالصورة الرمزية لـ apollographql

    apollographql/apollo-server

    13,943عرض على 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
    عرض على GitHub↗13,943

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • dotansimha/graphql-code-generatorالصورة الرمزية لـ dotansimha

    dotansimha/graphql-code-generator

    11,257عرض على 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
    عرض على GitHub↗11,257
  • flask-admin/flask-adminالصورة الرمزية لـ flask-admin

    flask-admin/flask-admin

    6,071عرض على GitHub↗

    Simple and extensible administrative interface framework for Flask

    Python
    عرض على GitHub↗6,071
  • graphql-nexus/schemaG

    graphql-nexus/schema

    0عرض على GitHub↗
    عرض على GitHub↗0
  • hayes/pothosالصورة الرمزية لـ hayes

    hayes/pothos

    2,576عرض على 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
    عرض على GitHub↗2,576
  • idurar/fast-graphqlالصورة الرمزية لـ idurar

    idurar/fast-graphql

    5عرض على GitHub↗

    Node.js Package to Combine Resolvers & Merge Graphql Schema

    JavaScript
    عرض على GitHub↗5
  • iurisilvio/bottle-sqlalchemyالصورة الرمزية لـ iurisilvio

    iurisilvio/bottle-sqlalchemy

    126عرض على GitHub↗

    Bottle SQLAlchemy plugin

    Python
    عرض على GitHub↗126
  • jmcarp/filteralchemyالصورة الرمزية لـ jmcarp

    jmcarp/filteralchemy

    72عرض على GitHub↗

    Declarative query builder for SQLAlchemy

    Python
    عرض على GitHub↗72
  • jpscaletti/sqla-wrapperالصورة الرمزية لـ jpscaletti

    jpscaletti/sqla-wrapper

    148عرض على GitHub↗

    A friendly wrapper for modern SQLAlchemy and Alembic

    Python
    عرض على GitHub↗148
  • krylosov-aa/context-async-sqlalchemyالصورة الرمزية لـ krylosov-aa

    krylosov-aa/context-async-sqlalchemy

    61عرض على GitHub↗

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

    Python
    عرض على GitHub↗61
  • lkster/graphql-to-typeالصورة الرمزية لـ lkster

    lkster/graphql-to-type

    6عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗6
  • michallytek/type-graphqlالصورة الرمزية لـ MichalLytek

    MichalLytek/type-graphql

    8,088عرض على 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
    عرض على GitHub↗8,088
  • modevol-com/gqloomالصورة الرمزية لـ modevol-com

    modevol-com/gqloom

    99عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗99
  • prisma/nuxt-prismaP

    prisma/nuxt-prisma

    0عرض على GitHub↗
    عرض على GitHub↗0
  • stepci/garphالصورة الرمزية لـ stepci

    stepci/garph

    1,313عرض على GitHub↗

    Fullstack GraphQL Framework for TypeScript

    TypeScript
    عرض على GitHub↗1,313
  • 0no-co/gql.tadaالصورة الرمزية لـ 0no-co

    0no-co/gql.tada

    2,939عرض على GitHub↗

    🪄 Magical GraphQL query engine for TypeScript

    TypeScript
    عرض على GitHub↗2,939
  • visionmedia/supertestالصورة الرمزية لـ visionmedia

    visionmedia/supertest

    14,365عرض على 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
    عرض على GitHub↗14,365