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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

منصات الحوسبة بدون خادم (Serverless) ذاتية الاستضافة

تم تحديث الترتيب في 30 يونيو 2026

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.

إطارات عمل ومنصات مفتوحة المصدر لنشر الأكواد المعتمدة على الأحداث (event-driven) على بنيتك التحتية بدلاً من AWS.

منصات الحوسبة بدون خادم (Serverless) ذاتية الاستضافة

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    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/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

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

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

    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/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,

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

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

    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/functionsالصورة الرمزية لـ iron-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) محلياً
  • إطار عمل للحوسبة بدون خادم (Serverless) لـ Kubernetes
  • منصة مستضافة ذاتياً كخدمة (PaaS)
  • بديل لـ Kafka بنظام الاستضافة الذاتية
  • بديل لـ Netlify للاستضافة الذاتية
  • an open source platform for frontend deployment
  • بديل لـ Render للاستضافة الذاتية