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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • starrocks/starrocksالصورة الرمزية لـ StarRocks

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

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

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

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

    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.