awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesWorkload Isolation

Mechanisms to allocate specific CPU and memory quotas to prevent interference between concurrent users.

Distinct from Cluster Management: Distinct from Cluster Management: focuses on runtime resource quotas and query isolation rather than node orchestration.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Workload Isolation. Refine with filters or upvote what's useful.

Awesome Workload Isolation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • starrocks/starrocksStarRocks 的头像

    StarRocks/starrocks

    11,789在 GitHub 上查看↗

    StarRocks is a distributed SQL OLAP database engine designed for real-time analytics and high-performance multi-dimensional analysis. It functions as a data lakehouse query engine that enables SQL execution across large datasets and external open table formats without requiring local data imports. The system employs a shared-nothing distributed architecture and utilizes the MySQL protocol to integrate with business intelligence tools. It maintains real-time data consistency through a primary key upsert model and accelerates query response times using vectorized execution and cost-based optimi

    Implements multi-tenant resource isolation to manage CPU and memory quotas across concurrent workloads.

    Javaanalyticsbig-datacloudnative
    在 GitHub 上查看↗11,789
  • risingwavelabs/risingwaverisingwavelabs 的头像

    risingwavelabs/risingwave

    9,093在 GitHub 上查看↗

    RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen

    Isolates batch serving workloads on dedicated clusters to prevent resource contention with continuous streams.

    Rustapache-icebergdata-engineeringdatabase
    在 GitHub 上查看↗9,093
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 GitHub 上查看↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Prevents resource contention and ensures performance stability for critical jobs by deploying independent clusters for storage and computation.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

    Separates infrastructure services from application workloads on the DPU to improve security, performance, and efficiency.

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • mesos/chronosmesos 的头像

    mesos/chronos

    4,376在 GitHub 上查看↗

    Chronos is a distributed, fault-tolerant job scheduler designed for managing containerized workloads within a cluster. It functions as a task orchestrator that automates the execution of recurring background jobs and complex, multi-step workflows across distributed computing resources. The system distinguishes itself through its ability to manage directed acyclic graph dependencies, ensuring that tasks are triggered only upon the successful completion of prerequisite jobs. It utilizes a leader-follower consensus architecture to maintain high availability and state persistence, while relying o

    Allocates specific CPU and memory quotas to prevent interference between concurrent tasks.

    Scalachronoschronos-schedulercron
    在 GitHub 上查看↗4,376
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Management
  4. Workload Isolation

探索子标签

  • DPU-Based ImplementationsWorkload isolation achieved by separating infrastructure services from application workloads on Data Processing Units. **Distinct from Workload Isolation:** Distinct from Workload Isolation: specifies the use of DPU hardware for isolating infrastructure from application workloads, rather than general CPU/memory resource quotas.