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

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

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

fnproject/fn

0
View on GitHub↗
5,939 星标·407 分支·Go·Apache-2.0·7 次浏览fnproject.io↗

Fn

The container native, cloud agnostic serverless platform.

Features

  • Serverless Function Management - Deploys and manages serverless functions across any cloud or on-premises environment using Docker containers and a unified CLI.
  • CLI-Driven Lifecycles - Manages the full lifecycle of serverless functions through a single command-line interface.
  • Function Packaging - Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.
  • Cloud-Agnostic Containerization - Abstracts cloud provider specifics so functions run identically on any cloud or on-premises infrastructure.
  • Portable Function Runs - Packages functions as Docker containers for portable execution on any infrastructure without runtime dependencies.
  • Function Runtimes - Packages each function as a Docker container, eliminating runtime dependencies and enabling portable serverless execution.
  • CLI Function Deployments - Deploys, invokes, and manages serverless functions from the command line using a single tool.
  • Event-Driven Triggers - Invokes functions in response to events from various sources, managing event routing and scaling.
  • Stateless Function Deployments - Runs each function invocation in an isolated, ephemeral container instance with no persistent state between calls.
  • Import Bridges - Provides a bridge to import AWS Lambda functions unchanged into any cloud or on-premises environment.
  • Serverless Platforms - Packages functions as Docker containers and runs them across any cloud or on-premises infrastructure without vendor lock-in.
  • Import Bridges - Translates AWS Lambda event and context models into the platform's native container execution model.
  • Serverless - Event-driven FaaS.
  • Serverless Platforms - Container-native serverless platform.

Star 历史

fnproject/fn 的 Star 历史图表fnproject/fn 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

fnproject/fn 是做什么的?

The container native, cloud agnostic serverless platform.

fnproject/fn 的主要功能有哪些?

fnproject/fn 的主要功能包括:Serverless Function Management, CLI-Driven Lifecycles, Function Packaging, Cloud-Agnostic Containerization, Portable Function Runs, Function Runtimes, CLI Function Deployments, Event-Driven Triggers。

fnproject/fn 有哪些开源替代品?

fnproject/fn 的开源替代品包括: alexellis/faas — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for… nuclio/nuclio — Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions… openfaas/faas — OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing… knative/serving — Kubernetes-based, scale-to-zero, request-driven compute. apache/openwhisk — OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API… fission/fission — Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and…

Fn 的开源替代方案

相似的开源项目,按与 Fn 的功能重合度排序。
  • 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

    Go
    在 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

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

    Godockerfaasfunctions
    在 GitHub 上查看↗26,092
  • knative/servingknative 的头像

    knative/serving

    6,064在 GitHub 上查看↗

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

    Goappautoscalercontainer
    在 GitHub 上查看↗6,064
查看 Fn 的所有 30 个替代方案→