awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesComplex Default Values

Specifies a default value for input fields or arguments that have complex types, using an AST string representation.

Distinct from Schema Default Values: Distinct from Schema Default Values: focuses on complex type defaults using AST representation, not simple fallback values.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Complex Default Values. Refine with filters or upvote what's useful.

Awesome Complex Default Values GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • graphql-dotnet/graphql-dotnetgraphql-dotnet 的头像

    graphql-dotnet/graphql-dotnet

    5,987在 GitHub 上查看↗

    GraphQL.NET 是一个用于在 C# 应用程序中构建和执行 GraphQL API 的服务端框架。它提供了一套全面的工具包,用于模式构建、分布式数据图的联合引擎,以及用于管理实时数据流的订阅处理器。 该项目的独特之处在于其灵活的模式构建器,支持程序化的代码优先定义和使用标准模式定义语言的声明式模式优先方法。它包括一个专门的联合引擎,用于将数据图拆分为子图并将其组合成统一的网关,以及一个专门设计用于通过批处理和缓存解决 N+1 查询问题的数据加载器实现。 该框架涵盖了广泛的操作功能,包括用于服务生命周期管理的依赖注入集成、用于字段解析拦截的中间件流水线,以及针对值类型优化以减少内存分配的执行流水线。它还提供用于查询复杂度分析、文档缓存和基于角色的访问控制的工具,以保护 API 端点。 对提前(AOT)模式编译的支持允许该框架在禁止动态代码生成的环境中执行。

    Allows assigning custom complexity impact values to individual fields for precise request cost measurement.

    C#apidotnet-coregraphiql
    在 GitHub 上查看↗5,987
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Uses a default umask value if the runtime runs under a different umask value.

    Go
    在 GitHub 上查看↗5,629
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Schema Default Values
  5. Complex Default Values

探索子标签

  • Default Umask UsageUses a default umask value if the runtime runs under a different umask value. **Distinct from Complex Default Values:** Distinct from Complex Default Values: focuses on applying a fallback umask value, not complex type defaults.
  • Field Complexity ValuesAssigns a custom complexity impact value to each field for measuring request cost in domain-specific units. **Distinct from Complex Default Values:** Distinct from Complex Default Values: focuses on assigning complexity scores to fields, not default values for complex input types.