awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·3 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ fnproject/fnمخطط تاريخ النجوم لـ fnproject/fn

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Fn

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Fn.
  • alexellis/faasالصورة الرمزية لـ alexellis

    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/nuclioالصورة الرمزية لـ nuclio

    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/faasالصورة الرمزية لـ openfaas

    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/servingالصورة الرمزية لـ knative

    knative/serving

    6,064عرض على GitHub↗

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

    Goappautoscalercontainer
    عرض على GitHub↗6,064
عرض جميع البدائل الـ 30 لـ Fn→

الأسئلة الشائعة

ما هي وظيفة 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…