awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesPluggable Runtimes

Architecture allowing the swapping of different execution engines to support varied execution modes.

Distinct from Execution Engines: Distinct from general execution engines by focusing on the swappability/composability of the runtime itself.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Pluggable Runtimes. Refine with filters or upvote what's useful.

Awesome Pluggable Runtimes GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rkt/rktAvatar rkt

    rkt/rkt

    8,773Vezi pe GitHub↗

    rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods. It serves as an OCI container runtime and a Linux container manager, supporting the execution of images based on Open Container Initiative, appc, and Docker specifications. The project distinguishes itself by offering hardware-level container isolation, allowing pods to run within virtual machines using KVM or QEMU for a dedicated kernel. It further separates itself through secure container deployment practices, utilizing SELinux mandatory access control and TPM-backed integri

    Employs a composable design that allows swapping different execution engines for immutable or mutable execution.

    Gocontainersgooci
    Vezi pe GitHub↗8,773
  • apache/camelAvatar apache

    apache/camel

    6,247Vezi pe GitHub↗

    Apache Camel este un framework de integrare enterprise și un motor de integrare Java conceput pentru a ruta și media datele între sisteme disparate. Acesta funcționează ca un middleware multi-runtime care implementează tipare de integrare enterprise standardizate pentru a gestiona modul în care mesajele sunt rutate, transformate și procesate. Framework-ul include un gateway specializat pentru a conecta modelele de limbaj mari (LLM) la datele enterprise și sistemele interne folosind protocoale de comunicare dedicate. Utilizează o bibliotecă vastă de conectori pre-construiți pentru a face legătura între diferite protocoale de comunicare și a permite schimbul de date între aplicații software incompatibile. Sistemul suportă orchestrarea fluxului de date printr-un pipeline bazat pe mesaje, permițând utilizatorilor să definească logica de rutare prin Java, XML, YAML sau un designer vizual de fluxuri de lucru. Aceste procese de integrare pot fi implementate ca un serviciu standalone sau încorporate în framework-uri gazdă precum Spring Boot și Quarkus.

    Provides a pluggable architecture allowing the routing engine to run as a standalone service or be embedded in host frameworks.

    Java
    Vezi pe GitHub↗6,247
  • kubeflow/kfservingAvatar kubeflow

    kubeflow/kfserving

    5,576Vezi pe GitHub↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Packages custom serving logic as pluggable runtimes to support proprietary or specialized model engines.

    Go
    Vezi pe GitHub↗5,576
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Execution Engines
  6. Pluggable Runtimes

Explorează sub-etichetele

  • Serving Engine SwappersPackaging custom serving logic as pluggable runtimes to support proprietary or specialized model engines. **Distinct from Pluggable Runtimes:** Distinct from Pluggable Runtimes: focuses on swapping serving engines for model inference, not general execution engine swapping.