awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesServerless Execution Models

Architectural patterns for offloading infrastructure management to cloud providers for event-driven code execution.

Distinct from Serverless Execution Environments: Distinct from Serverless Execution Environments: focuses on the architectural model rather than the runtime environment.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Serverless Execution Models. Refine with filters or upvote what's useful.

Awesome Serverless Execution Models GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vonng/ddiaAvatar von Vonng

    Vonng/ddia

    22,648Auf GitHub ansehen↗

    This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi

    Discusses the architectural implications of utilizing serverless execution for data processing tasks.

    Pythonbookdatabaseddia
    Auf GitHub ansehen↗22,648
  • firebase/functions-samplesAvatar von firebase

    firebase/functions-samples

    12,238Auf GitHub ansehen↗

    This repository provides a comprehensive library of code examples for implementing event-driven, serverless backend architectures. It serves as a practical guide for building scalable cloud-native applications that execute logic in isolated environments, triggered by infrastructure events or HTTP requests rather than persistent server processes. The collection demonstrates how to leverage managed infrastructure to automate backend workflows, including the use of asynchronous task queuing to maintain system stability during high traffic. It highlights patterns for secure API hosting, enabling

    Executes functions in isolated containers triggered by cloud events rather than persistent processes.

    JavaScriptfaasfaas-platformfirebase
    Auf GitHub ansehen↗12,238
  • microsoftdocs/azure-docsAvatar von MicrosoftDocs

    MicrosoftDocs/azure-docs

    10,894Auf GitHub ansehen↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Processes events with serverless code that scales automatically without managing infrastructure.

    Markdownskilling
    Auf GitHub ansehen↗10,894
  • wandb/wandbAvatar von wandb

    wandb/wandb

    10,844Auf GitHub ansehen↗

    Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow orchestration. It provides a comprehensive suite of tools for logging, visualizing, and versioning training metrics, model artifacts, and hyperparameter sweeps to ensure reproducibility across development cycles. The platform also functions as an observability tool for large language model applications, enabling the tracing of execution steps, token usage, and reasoning processes. The project distinguishes itself through its event-driven automation capabilities, which allow users

    Executes fine-tuning and post-training tasks on managed, auto-scaling GPU infrastructure.

    Pythonaicollaborationdata-science
    Auf GitHub ansehen↗10,844
  • firebase/quickstart-androidAvatar von firebase

    firebase/quickstart-android

    9,253Auf GitHub ansehen↗

    This repository provides a collection of starter templates, reference projects, and implementation guides for integrating Firebase services into Android applications. It serves as a boilerplate for building mobile apps with built-in cloud backend integration. The project includes examples for connecting Android applications to large language models for generative AI features. It also provides sample code for managing user identity and authentication, as well as demonstrations for integrating cloud databases and serverless functions. The codebase covers a broad range of capabilities, includin

    Demonstrates how to trigger backend logic in response to cloud events or HTTP requests using serverless functions.

    Kotlinandroidfirebase
    Auf GitHub ansehen↗9,253
  • cloudflare/workerdAvatar von cloudflare

    cloudflare/workerd

    8,346Auf GitHub ansehen↗

    workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in

    Employs an event-driven model that triggers code execution based on network requests or scheduled events.

    C++
    Auf GitHub ansehen↗8,346
  • qkqpttgf/onemanager-phpAvatar von qkqpttgf

    qkqpttgf/OneManager-php

    3,808Auf GitHub ansehen↗

    OneManager-php is a PHP-based cloud file manager designed to index and navigate files stored in OneDrive. It provides a web interface for browsing remote directories and managing uploads and downloads via the Microsoft Graph API. The project focuses on reducing server load by generating direct upload and download links, shifting data transfer from the application server to the cloud provider. It supports custom presentation through a markdown-based cloud directory and the ability to render specific HTML files as homepages. The system is built with a stateless execution model, making it compa

    Uses a stateless execution model compatible with serverless execution environments and cloud functions.

    HTMLaliyun-fcbaidu-cfccfc
    Auf GitHub ansehen↗3,808
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure
  4. Cloud Computing & Serverless
  5. Serverless Execution Environments
  6. Serverless Execution Models