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

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

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

7 个仓库

Awesome GitHub RepositoriesInfrastructure Resource Mapping

Mapping high-level configuration values to specific container orchestration resources.

Distinct from State Mapping: Distinct from general state mapping by focusing specifically on the translation to infrastructure manifests

Explore 7 awesome GitHub repositories matching software engineering & architecture · Infrastructure Resource Mapping. Refine with filters or upvote what's useful.

Awesome Infrastructure Resource Mapping GitHub Repositories

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

    helm/charts

    15,425在 GitHub 上查看↗

    This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters. The project focuses on maintaining version compatibility and providing a reliable source of verified packages. This allows for a standardized cluster setup by simplifying the installation and versioning of software on a container orchestration platform.

    Maps high-level user configuration options to low-level Kubernetes resources through structured values files.

    Go
    在 GitHub 上查看↗15,425
  • horovod/horovodhorovod 的头像

    horovod/horovod

    14,686在 GitHub 上查看↗

    Horovod is a distributed deep learning framework and gradient synchronizer designed to scale model training across multiple GPUs and compute nodes. It functions as a distributed training orchestrator and an elastic training engine, utilizing an MPI collective communication library to synchronize weights and gradients across TensorFlow, PyTorch, Keras, and MXNet models. The system distinguishes itself through dynamic elastic scaling, which allows it to adjust the number of active workers at runtime and recover from node failures. It optimizes communication efficiency using tensor fusion batchi

    Maps training processes to specific CPU or GPU devices to optimize hardware utilization based on cluster allocation.

    Python
    在 GitHub 上查看↗14,686
  • bridgecrewio/checkovbridgecrewio 的头像

    bridgecrewio/checkov

    8,798在 GitHub 上查看↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Maps relationships between infrastructure components to detect complex security flaws spanning multiple resources.

    Python
    在 GitHub 上查看↗8,798
  • tfsec/tfsectfsec 的头像

    tfsec/tfsec

    7,013在 GitHub 上查看↗

    tfsec is a static analysis tool and security scanner for infrastructure as code, specifically designed to detect misconfigurations and compliance violations in Terraform and cloud infrastructure definitions before deployment. It functions as a cloud security policy engine that identifies vulnerabilities across multiple cloud platforms. The tool provides capabilities for cloud compliance auditing and scanning of Cloud Development Kit code. It supports custom security policy enforcement and allows for the definition of organization-specific security requirements. The scanner includes features

    Analyzes dependencies between cloud resources to detect security vulnerabilities that span multiple configuration blocks.

    Go
    在 GitHub 上查看↗7,013
  • ericlbuehler/mistral.rsEricLBuehler 的头像

    EricLBuehler/mistral.rs

    6,597在 GitHub 上查看↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Provides hints for automatically mapping model layers to available hardware devices.

    Rustllmrustuqff
    在 GitHub 上查看↗6,597
  • boto/botoboto 的头像

    boto/boto

    6,430在 GitHub 上查看↗

    Boto is a Python SDK and API wrapper for Amazon Web Services. It serves as a programmatic interface for managing and automating cloud infrastructure, mapping cloud-side resources to native Python objects and methods. The library provides tools for the programmatic control and orchestration of compute, storage, networking, and database resources. It enables the automation of infrastructure deployments and the management of virtual servers, container services, and serverless functions. Capability areas include identity and access management, cloud monitoring and observability, and the administ

    Maps cloud-side infrastructure entities like buckets and instances to native Python classes for programmatic manipulation.

    Python
    在 GitHub 上查看↗6,430
  • liam-hq/liamliam-hq 的头像

    liam-hq/liam

    4,838在 GitHub 上查看↗

    Liam 是一个数据库模式可视化工具和交互式实体关系图生成器。它解析 SQL 模式和 ORM 格式以创建数据库结构的视觉表示,允许用户分析表关系并导航复杂的布局。 该项目通过 CI/CD 流水线集成脱颖而出,充当文档自动化工具,在部署期间将图表与数据库模式更改同步。它支持通过基于坐标的视图链接共享模式的特定视角,这些链接捕获精确的缩放级别和过滤后的视图。 该工具提供了广泛的可视化功能,包括带有平移和缩放功能的交互式画布渲染、用于减少视觉混乱的状态驱动视图过滤,以及用于重组布局的手动节点操作。它还支持生成用于内部存储库的静态图表。

    Provides relationship highlighting and filtering to isolate and analyze specific segments of a database layout.

    TypeScript
    在 GitHub 上查看↗4,838
  1. Home
  2. Software Engineering & Architecture
  3. State Mapping
  4. Infrastructure Resource Mapping

探索子标签

  • Accelerator Device MappingMapping training processes to specific GPU or CPU devices based on host discovery. **Distinct from Infrastructure Resource Mapping:** Focuses on the runtime assignment of processes to physical hardware accelerators (GPUs/CPUs) rather than infrastructure manifests.
  • Cloud Entity MappingsMaps remote cloud infrastructure entities to local language objects for programmatic manipulation. **Distinct from Infrastructure Resource Mapping:** Focuses on the object-oriented mapping of cloud entities like buckets and instances, whereas Infrastructure Resource Mapping is more about configuration-to-manifest translation.
  • Relationship Analysis1 个子标签Analyzing the connections between different infrastructure resources to find multi-resource security flaws. **Distinct from Infrastructure Resource Mapping:** Focuses on analyzing security relationships between resources rather than just mapping values to manifests.