3 Repos
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.
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.
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.
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.