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

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

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

5 个仓库

Awesome GitHub RepositoriesStateless Function Deployments

Builds and deploys stateless function code as a containerized service without requiring Dockerfile or Kubernetes expertise.

Distinct from Serverless Deployment: Distinct from Serverless Deployment: focuses on deploying stateless functions as containerized services, not general serverless code deployment.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Stateless Function Deployments. Refine with filters or upvote what's useful.

Awesome Stateless Function Deployments GitHub Repositories

用 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

    Builds and deploys stateless function code as containerized services without requiring manual infrastructure boilerplate.

    Go
    在 GitHub 上查看↗26,192
  • knative/servingknative 的头像

    knative/serving

    6,064在 GitHub 上查看↗

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

    Builds and deploys stateless function code as a containerized service without requiring Dockerfile or Kubernetes expertise.

    Goappautoscalercontainer
    在 GitHub 上查看↗6,064
  • fnproject/fnfnproject 的头像

    fnproject/fn

    5,939在 GitHub 上查看↗

    The container native, cloud agnostic serverless platform.

    Runs each function invocation in an isolated, ephemeral container instance with no persistent state between calls.

    Gocontainersdockerfaas
    在 GitHub 上查看↗5,939
  • 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

    Deploys user functions as containerized services triggered by HTTP, message queues, streams, or schedules.

    Go
    在 GitHub 上查看↗5,730
  • inngest/inngestinngest 的头像

    inngest/inngest

    5,499在 GitHub 上查看↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Registers updated function definitions with the platform after deployment to ensure the execution engine recognizes the latest code.

    Go
    在 GitHub 上查看↗5,499
  1. Home
  2. DevOps & Infrastructure
  3. Serverless Deployment
  4. Stateless Function Deployments

探索子标签

  • Function Definition SyncingAutomated registration of function definitions with the platform after deployment. **Distinct from Stateless Function Deployments:** Distinct from Stateless Function Deployments: focuses on the registration/syncing of metadata, not the deployment of the function code itself.