awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesFederated Entity Keys

Identification fields used to uniquely recognize and resolve entities across multiple distributed data sources.

Distinct from Entity Registries: Focuses on GraphQL federation entity resolution rather than local database collocated storage.

Explore 4 awesome GitHub repositories matching data & databases · Federated Entity Keys. Refine with filters or upvote what's useful.

Awesome Federated Entity Keys GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • graphql-dotnet/graphql-dotnetgraphql-dotnet का अवतार

    graphql-dotnet/graphql-dotnet

    5,987GitHub पर देखें↗

    GraphQL.NET is a server-side framework for building and executing GraphQL APIs within C# applications. It provides a comprehensive toolkit for schema building, a federated engine for distributed data graphs, and a subscription handler for managing real-time data streams. The project distinguishes itself with a flexible schema builder that supports both programmatic code-first definitions and declarative schema-first approaches using the standard schema definition language. It includes a dedicated federation engine to split data graphs into subgraphs and compose them into a unified gateway, as

    Implements resolvers that fetch entities by their key fields to enable subgraph resolution in a federated architecture.

    C#apidotnet-coregraphiql
    GitHub पर देखें↗5,987
  • strawberry-graphql/strawberrystrawberry-graphql का अवतार

    strawberry-graphql/strawberry

    4,674GitHub पर देखें↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Defines resolvers that fetch specific object instances by their unique keys within a federated GraphQL architecture.

    Pythonasgiasynciodjango
    GitHub पर देखें↗4,674
  • apollographql/apollo-iosapollographql का अवतार

    apollographql/apollo-ios

    4,030GitHub पर देखें↗

    apollo-ios is a GraphQL client library for iOS and Apple platforms that enables type-safe network communication. It transforms GraphQL operations into generated Swift models, ensuring that network responses are validated at compile time to eliminate manual mapping. The library features a normalized cache manager that stores entities in a flat structure to maintain data consistency across different application views. It also optimizes network performance using hash-based persisted queries to reduce payload sizes and supports real-time data streaming via WebSockets or HTTP subscriptions. The p

    Designates object types as entities and specifies fields used to identify instances across subgraphs.

    Swiftapollo-iosapollographqlgraphql
    GitHub पर देखें↗4,030
  • async-graphql/async-graphqlasync-graphql का अवतार

    async-graphql/async-graphql

    3,671GitHub पर देखें↗

    async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su

    Implements reference resolvers that fetch entities by their unique keys to support a federated GraphQL architecture.

    Rust
    GitHub पर देखें↗3,671
  1. Home
  2. Data & Databases
  3. Federated Entity Keys

सब-टैग एक्सप्लोर करें

  • Entity Reference ResolversDefines resolvers that fetch an entity by its key fields, enabling subgraph resolution in a federated GraphQL architecture. **Distinct from Federated Entity Keys:** Distinct from Federated Entity Keys: focuses on the resolver logic that fetches entities by key, not just the key definition.