awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesGraphQL Query Cost Analyzers

Assigns weights to fields and rejects operations exceeding a configured performance budget to protect APIs from abuse.

Distinct from Query Performance Analyzers: Distinct from Query Performance Analyzers: focuses on cost analysis and rejection before execution, not post-execution performance diagnosis.

Explore 3 awesome GitHub repositories matching data & databases · GraphQL Query Cost Analyzers. Refine with filters or upvote what's useful.

Awesome GraphQL Query Cost Analyzers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chillicream/hotchocolateAvatar von ChilliCream

    ChilliCream/hotchocolate

    5,713Auf GitHub ansehen↗

    HotChocolate is a GraphQL server implementation for .NET that handles queries, mutations, and subscriptions over HTTP. It provides code-first schema generation directly from C# classes and attributes, keeping the schema and business logic in sync without manual type definitions. The project also includes a GraphQL gateway that composes multiple GraphQL and REST endpoints into a single unified schema, along with a GraphQL IDE for exploring, testing, and debugging GraphQL APIs interactively. The project distinguishes itself through its comprehensive tooling ecosystem, which includes a GraphQL c

    Assigns weights to fields and rejects operations exceeding a configured performance budget.

    C#
    Auf GitHub ansehen↗5,713
  • chillicream/graphql-platformAvatar von ChilliCream

    ChilliCream/graphql-platform

    5,712Auf GitHub ansehen↗

    GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for building APIs and gateways, along with a typed C# client for consuming GraphQL services. At its core, it translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches, enabling developers to define their API structure directly from their existing .NET code. The platform distinguishes itself through several integrated capabilities that address common GraphQL production concerns. It includes a DataLoader batching and caching engine that gr

    Assigns weights to fields and rejects operations exceeding a configured performance budget to protect APIs from abuse.

    C#asp-netasp-net-corec-sharp
    Auf GitHub ansehen↗5,712
  • datlechin/tableproAvatar von datlechin

    datlechin/TablePro

    4,471Auf GitHub ansehen↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Displays bytes processed and estimated billing costs for executed queries or performs a dry run to preview costs before execution.

    Swift
    Auf GitHub ansehen↗4,471
  1. Home
  2. Data & Databases
  3. Query Performance Analyzers
  4. GraphQL Query Cost Analyzers

Unter-Tags erkunden

  • Database Query Cost AnalyzersTools for estimating bytes processed and billing costs for database queries before or after execution. **Distinct from GraphQL Query Cost Analyzers:** Distinct from GraphQL Query Cost Analyzers: focuses on general database resource and billing costs rather than GraphQL field weights.