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

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

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

自托管 Serverless 函数平台

排名更新于 2026年6月30日

For 自托管的 Lambda 替代方案, the strongest matches are alexellis/faas (OpenFaaS is a mature Kubernetes-native FaaS platform that provides), nuclio/nuclio (Nuclio is a high-performance Kubernetes-native serverless framework that executes) and knative/serving (Knative Serving is a Kubernetes-native serverless platform that runs). apache/openwhisk and openfaas/faas round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

用于在自有基础设施而非 AWS 上部署事件驱动代码的开源框架与平台。

自托管 Serverless 函数平台

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

    alexellis/faas

    26,192在 GitHub 上查看↗

    This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster. The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re

    OpenFaaS is a mature Kubernetes-native FaaS platform that provides event-driven function triggers, auto-scaling (including scale-to-zero), multi-language support via containers, and declarative deployment, making it a direct self-hosted alternative to AWS Lambda.

    GoScale-to-Zero PodsAuto Scaling
    在 GitHub 上查看↗26,192
  • nuclio/nuclionuclio 的头像

    nuclio/nuclio

    5,730在 GitHub 上查看↗

    Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions when events arrive from HTTP endpoints, message queues, or streaming data platforms. It processes hundreds of thousands of events per second per function instance through efficient parallel workers, and can allocate functions to run on either CPU or GPU hardware to match workload requirements for data processing or machine learning tasks. The platform scales function instances down to zero when idle and wakes them on demand based on incoming event load, while providing an event

    Nuclio is a high-performance Kubernetes-native serverless framework that executes functions in response to triggers from HTTP, message queues, and streaming sources, with auto-scaling to zero and support for multiple runtimes—exactly matching your need for a self-hosted, event-driven FaaS platform.

    GoScale-to-Zero PodsAuto ScalingEvent Triggers
    在 GitHub 上查看↗5,730
  • knative/servingknative 的头像

    knative/serving

    6,064在 GitHub 上查看↗

    Kubernetes-based, scale-to-zero, request-driven compute

    Knative Serving is a Kubernetes-native serverless platform that runs event-driven functions as containers with automatic scale-to-zero, declarative configuration, and built-in observability, making it a comprehensive self-hosted FaaS platform matching your requirements.

    GoScale-to-Zero PodsZero-Instance Scaling
    在 GitHub 上查看↗6,064
  • 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

    Apache OpenWhisk is a mature open-source serverless platform that lets you deploy and run stateless functions in response to events on your own infrastructure, with built-in auto-scaling, polyglot language support, and observability—directly matching the self-hosted FaaS need.

    ScalaAuto Scaling GroupsEvent Triggers
    在 GitHub 上查看↗6,779
  • 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 is a container-native, self-hosted FaaS platform that lets you deploy and auto-scale event-driven functions on Kubernetes, with multi-language templates, declarative deployment via stack files, and built-in Prometheus observability — it is a direct self-hosted alternative to AWS Lambda.

    GoAutoscaling SystemsEvent ConnectorsEvent Triggers
    在 GitHub 上查看↗26,092
  • fission/fissionfission 的头像

    fission/fission

    8,863在 GitHub 上查看↗

    Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events. The platform features a cold-start optimized runtime that utilizes warm container pools and dynamic loaders to achieve millisecond execution. It includes a native autoscaler to adjust the number of function instances based on real-time traffic demand and supports canary release testing to split incoming traffic bet

    Fission is a Kubernetes-native Function-as-a-Service platform that runs serverless functions triggered by HTTP, message queues, or schedules, with built-in autoscaling and observability—exactly the self-hosted event-driven FaaS this search targets.

    GoEvent Triggers
    在 GitHub 上查看↗8,863
  • windmill-labs/windmillwindmill-labs 的头像

    windmill-labs/windmill

    15,844在 GitHub 上查看↗

    Windmill is an internal developer platform and workflow orchestration engine designed to automate complex business processes and data pipelines. It functions as a distributed serverless runner that executes multi-language scripts within isolated, containerized environments, allowing teams to chain discrete tasks into directed acyclic graphs. The platform distinguishes itself through a Git-centric approach to infrastructure, where system state and workflow definitions are synchronized directly from version control. It features a metadata-driven input system that automatically generates user in

    Windmill is a self-hostable distributed serverless runner that executes multi-language scripts in isolated containers with event-driven triggers and Git-based declarative deployment, making it a direct alternative to AWS Lambda that covers the core FaaS features.

    HTMLWorkflow OrchestrationAutomated Workflow OrchestrationInternal Business Tools
    在 GitHub 上查看↗15,844
  • fnproject/fnfnproject 的头像

    fnproject/fn

    5,939在 GitHub 上查看↗

    The container native, cloud agnostic serverless platform.

    Fn Project is a container-native, cloud-agnostic serverless platform you can self-host, supporting event-driven triggers and multi-language runtimes via containers, which directly matches the need for a self-hosted FaaS platform.

    GoServerless Function ManagementCLI Function DeploymentsCLI-Driven Lifecycles
    在 GitHub 上查看↗5,939
  • iron-io/functionsiron-io 的头像

    iron-io/functions

    3,214在 GitHub 上查看↗

    IronFunctions - the serverless microservices platform by

    IronFunctions is a serverless microservices platform that you can self-host, providing event-driven triggers, multi-language runtime support via Docker, and auto-scaling—fitting the request for a self-hosted FaaS platform, though its observability and declarative deployment features may be less prominent than some alternatives.

    GoApplication FrameworksContainer ManagementServerless Platforms
    在 GitHub 上查看↗3,214

Related searches

  • 自托管的 Serverless 函数平台
  • 用于离线运行 Serverless 函数的工具
  • Kubernetes 的 Serverless 框架
  • 自托管的平台即服务 (PaaS)
  • 自托管的 Kafka 替代方案
  • 自托管的 Netlify 替代方案
  • an open source platform for frontend deployment
  • 自托管的 Render 替代方案