awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to openfunction/openfunction

Open-source alternatives to OpenFunction

30 open-source projects similar to openfunction/openfunction, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best OpenFunction alternative.

  • baidu/easyfaasB

    baidu/EasyFaaS

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • boostercloud/boosterAvatar de boostercloud

    boostercloud/booster

    445Voir sur GitHub↗

    Booster Framework

    TypeScript
    Voir sur GitHub↗445
  • cloudevents/specAvatar de cloudevents

    cloudevents/spec

    5,801Voir sur GitHub↗

    CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT

    Pythonserverlessspecification
    Voir sur GitHub↗5,801
  • cloudstax/firecampC

    cloudstax/firecamp

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • dapr/daprAvatar de dapr

    dapr/dapr

    25,510Voir sur GitHub↗

    Dapr is a distributed application runtime that provides a sidecar-based infrastructure layer for building resilient microservices and event-driven applications. By utilizing a sidecar proxy pattern, it abstracts complex infrastructure tasks into standardized, network-accessible APIs, allowing developers to focus on application logic while the runtime handles service discovery, state management, and secure communication. The platform distinguishes itself through a pluggable component architecture and language-agnostic design, enabling services written in any programming language to interact wi

    Gocontainersevent-drivenkubernetes
    Voir sur GitHub↗25,510

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • deislabs/osirisD

    deislabs/osiris

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • firecracker-microvm/firecrackerAvatar de firecracker-microvm

    firecracker-microvm/firecracker

    34,954Voir sur GitHub↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    Voir sur GitHub↗34,954
  • fission/fissionAvatar de fission

    fission/fission

    8,863Voir sur 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

    Gocloud-nativecontainersdevops
    Voir sur GitHub↗8,863
  • fnproject/fnAvatar de fnproject

    fnproject/fn

    5,939Voir sur GitHub↗

    The container native, cloud agnostic serverless platform.

    Gocontainersdockerfaas
    Voir sur GitHub↗5,939
  • funktionio/funktionF

    funktionio/funktion

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • iron-io/functionsAvatar de iron-io

    iron-io/functions

    3,214Voir sur GitHub↗

    IronFunctions - the serverless microservices platform by

    Go
    Voir sur GitHub↗3,214
  • kedacore/kedaAvatar de kedacore

    kedacore/keda

    10,314Voir sur GitHub↗

    KEDA is a Kubernetes event-driven autoscaler and cloud event scaling engine. It functions as a custom metrics provider that monitors external event sources—including message brokers, databases, and cloud metrics—to dynamically adjust the replica counts of containerized workloads. The project is distinguished by its scale-to-zero workflow, which reduces workloads to zero replicas during inactivity and automatically restarts them when new events are detected. It operates as a multi-cloud event trigger system, using a pluggable scaler interface to integrate with a wide array of third-party servi

    Goautoscalingevent-drivenhacktoberfest
    Voir sur GitHub↗10,314
  • knative/eventingAvatar de knative

    knative/eventing

    1,550Voir sur GitHub↗

    Event-driven application platform for Kubernetes

    Gobindingcloudeventsdeveloper-productivity
    Voir sur GitHub↗1,550
  • knative/servingAvatar de knative

    knative/serving

    6,064Voir sur GitHub↗

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

    Goappautoscalercontainer
    Voir sur GitHub↗6,064
  • knix-microfunctions/knixK

    knix-microfunctions/knix

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • kubeless/kubelessK

    kubeless/kubeless

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • labring/lafAvatar de labring

    labring/laf

    7,552Voir sur GitHub↗

    Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management. The platform features a browser-based IDE that allows developers to write, test, and deploy serverless functions directly within a web editor, removing the requirement for local environment setup. It also includes a WebSocket communication platform for maintaining persistent bidirectio

    TypeScriptcloudbasefaasfirebase
    Voir sur GitHub↗7,552
  • metrue/fxAvatar de metrue

    metrue/fx

    2,227Voir sur GitHub↗

    A Function as a Service tool makes a function as a container-based service in seconds.

    Go
    Voir sur GitHub↗2,227
  • mosn/layottoM

    mosn/layotto

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nuclio/nuclioAvatar de nuclio

    nuclio/nuclio

    5,730Voir sur 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
    Voir sur GitHub↗5,730
  • openfaas/faasAvatar de openfaas

    openfaas/faas

    26,092Voir sur 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
    Voir sur GitHub↗26,092
  • openfaas/faas-netesAvatar de openfaas

    openfaas/faas-netes

    2,170Voir sur GitHub↗

    Serverless Functions For Kubernetes

    Goagnosticdockerevent-driven
    Voir sur GitHub↗2,170
  • openfaas/openfaas-cloudAvatar de openfaas

    openfaas/openfaas-cloud

    770Voir sur GitHub↗

    OpenFaaS Cloud

    Go
    Voir sur GitHub↗770
  • projectriff/riffP

    projectriff/riff

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • serverless-devs/serverless-devsAvatar de Serverless-Devs

    Serverless-Devs/Serverless-Devs

    1,822Voir sur GitHub↗

    :fire: Serverless Devs: Serverless developer tool ( Serverless Devs: Serverless 开发者工具 )

    TypeScriptalibaba-serverlessaws-serverlessazure-serverless
    Voir sur GitHub↗1,822
  • serverless/serverlessAvatar de serverless

    serverless/serverless

    46,917Voir sur GitHub↗

    The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling, and lifecycle management of cloud-native applications. It provides a unified command-line interface that translates high-level configuration files into provider-specific resource templates, enabling developers to orchestrate complex architectures, event-driven functions, and cloud resources within a single project structure. What distinguishes this framework is its focus on developer experience and multi-environment parity. It supports local function invocation and event proxyin

    JavaScriptawsaws-dynamodbaws-lambda
    Voir sur GitHub↗46,917
  • solo-io/sqoopS

    solo-io/sqoop

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • taubyte/tauAvatar de taubyte

    taubyte/tau

    5,069Voir sur GitHub↗

    Tau is a unified development and operations environment designed as a DevOps coordination platform. It functions as a fullstack development workspace that synchronizes coding and infrastructure management tasks for both human users and automated machine processes. The system acts as a hybrid infrastructure orchestrator, employing modular drivers to deploy and manage software across both public cloud providers and self-hosted private servers. It provides a shared workspace that integrates command line interface operations with infrastructure deployment to unify development and operational work

    Go
    Voir sur GitHub↗5,069
  • thanos-io/thanosAvatar de thanos-io

    thanos-io/thanos

    14,121Voir sur GitHub↗

    Thanos is a distributed metrics query engine and monitoring scalability suite designed to provide a unified interface for aggregating data from multiple Prometheus servers and clusters. It functions as a high availability monitoring backend that eliminates single points of failure by deduplicating data from replicated instances. The system enables long-term retention by persisting time-series data to cloud-native object storage, allowing for unlimited historical archiving beyond the limits of local disks. It further optimizes this storage through a downsampling and retention manager that comp

    Gocncfgogoogle-cloud-storage
    Voir sur GitHub↗14,121
  • triggermesh/knative-lambda-runtimeT

    triggermesh/knative-lambda-runtime

    0Voir sur GitHub↗
    Voir sur GitHub↗0