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

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

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

1 个仓库

Awesome GitHub RepositoriesFunction Sequences

Sequential chaining of functions where the output of one becomes the input of the next.

Distinct from Action Chaining: Focuses on the logical flow of data between general-purpose functions rather than optimizing latency for model-driven actions.

Explore 1 awesome GitHub repository matching devops & infrastructure · Function Sequences. Refine with filters or upvote what's useful.

Awesome Function Sequences GitHub Repositories

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

    apache/openwhisk

    6,779在 GitHub 上查看↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Links multiple functions together into sequential pipelines where the output of one serves as the input for the next.

    Scala
    在 GitHub 上查看↗6,779
  1. Home
  2. DevOps & Infrastructure
  3. Container Orchestration
  4. Workload Scheduling and Scaling
  5. Batch Workload Execution
  6. Function Sequences