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

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

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

2 个仓库

Awesome GitHub RepositoriesBuild APIs

Interfaces for programmatically triggering and managing software build processes.

Distinguishing note: Focuses on infrastructure-level build automation APIs rather than general CI/CD pipelines.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Build APIs. Refine with filters or upvote what's useful.

Awesome Build APIs GitHub Repositories

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

    openfaas/faas

    26,092在 GitHub 上查看↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    OpenFaaS Edge can be installed within an air-gapped environment using images copied from a machine with Internet access, to one without it. - Download the various images for OpenFaaS Edge, its installer, and any function

    Godockerfaasfunctions
    在 GitHub 上查看↗26,092
  • buildbot/buildbotbuildbot 的头像

    buildbot/buildbot

    5,452在 GitHub 上查看↗

    Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro

    Allows identifying which subsequent builds were initiated by a parent build via a data API.

    Python
    在 GitHub 上查看↗5,452
  1. Home
  2. DevOps & Infrastructure
  3. Build APIs

探索子标签

  • Build Dependency TrackingTracking and retrieving relationships between parent and triggered child builds. **Distinct from Build APIs:** Focuses on the relationship and retrieval of triggered builds rather than the trigger mechanism itself