awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apache/openwhiskAvatar de apache

    apache/openwhisk

    6,779Voir sur 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
    Voir sur GitHub↗6,779
  1. Home
  2. DevOps & Infrastructure
  3. Container Orchestration
  4. Workload Scheduling and Scaling
  5. Batch Workload Execution
  6. Function Sequences