awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/mesos

0
View on GitHub↗
5,369 स्टार्स·1,663 फोर्क्स·C++·Apache-2.0·6 व्यूज़

Mesos

Apache Mesos is a distributed systems kernel and cluster resource manager that abstracts CPU, memory, and storage across a pool of nodes. It functions as a distributed infrastructure orchestrator, providing a layer to run multiple orchestration frameworks on a shared set of physical or virtual machines.

The system acts as a resource isolation engine, dividing a shared cluster into isolated containers to run diverse workloads concurrently. It enables multi-framework orchestration, allowing different distributed application frameworks to share a single infrastructure to maximize hardware utilization.

The project covers large scale compute distribution and distributed cluster management. Its capabilities include managing distributed resources and isolating compute power across multiple applications to prevent interference and ensure stable performance on shared servers.

Features

  • Distributed Computing Frameworks - Provides a distributed infrastructure for running multiple computing frameworks across networked machines.
  • Two-Level Scheduling - Implements a two-level scheduling mechanism that delegates task launching to individual frameworks.
  • Offer-Based Allocation - Distributes cluster resources by offering available CPU and memory to frameworks for acceptance or rejection.
  • Multi-Framework Orchestration - Supports running several different orchestration frameworks on a single shared infrastructure.
  • Distributed Cluster Management - Manages a pool of shared computing resources across multiple nodes to ensure efficient hardware utilization.
  • Distributed Infrastructure Orchestration - Provides a layer for running multiple orchestration frameworks on a shared set of physical or virtual machines.
  • Workload Isolation - Divides a shared cluster into isolated containers to run diverse workloads concurrently without interference.
  • Resource Isolation - Partitions system resources across applications to prevent interference and maintain stable performance.
  • Heartbeat Monitors - Monitors worker node availability and cluster health via periodic heartbeat signals between master and agents.
  • Distributed Systems Kernels - Abstracts CPU, memory, and storage across a pool of nodes to function as a distributed systems kernel.
  • Namespace-Based Isolation - Implements resource isolation using Linux kernel namespaces and control groups to prevent application interference.
  • Cluster Resource Managers - Acts as a cluster resource manager that provisions and scales compute power across diverse infrastructure.
  • Cluster Resource Isolation - Provides strict isolation of compute resources to allow multiple frameworks to run concurrently on shared hardware.
  • Multi-Framework Orchestration - Enables multiple orchestration frameworks to share a single physical infrastructure to maximize hardware utilization.
  • Replicated State Machines - Maintains consistent cluster state across multiple master nodes using a distributed consensus algorithm.
  • Framework Registrations - Allows different orchestration engines to connect to the cluster runtime dynamically without restarting the master.
  • Distributed Compute Environments - Provides a distributed compute environment for executing workloads across a vast network of servers.
  • Container Orchestration - Distributed systems kernel for resource management.
  • Workload Orchestration and Scheduling - Distributed systems kernel for resource abstraction.

स्टार हिस्ट्री

apache/mesos के लिए स्टार हिस्ट्री चार्टapache/mesos के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

apache/mesos क्या करता है?

Apache Mesos is a distributed systems kernel and cluster resource manager that abstracts CPU, memory, and storage across a pool of nodes. It functions as a distributed infrastructure orchestrator, providing a layer to run multiple orchestration frameworks on a shared set of physical or virtual machines.

apache/mesos की मुख्य विशेषताएं क्या हैं?

apache/mesos की मुख्य विशेषताएं हैं: Distributed Computing Frameworks, Two-Level Scheduling, Offer-Based Allocation, Multi-Framework Orchestration, Distributed Cluster Management, Distributed Infrastructure Orchestration, Workload Isolation, Resource Isolation।

apache/mesos के कुछ ओपन-सोर्स विकल्प क्या हैं?

apache/mesos के ओपन-सोर्स विकल्पों में शामिल हैं: dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… apache/storm — Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to… baidu/braft — braft is an embeddable C++ library that implements the Raft consensus algorithm, providing a distributed consensus… hashicorp/raft — This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives… ltsopensource/light-task-scheduler — Light Task Scheduler is a distributed job scheduling and workflow orchestration platform designed for managing… aurae-runtime/aurae — Aurae is a memory-safe distributed systems runtime daemon written in Rust that acts as a container and process…

Mesos के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Mesos के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dask/daskdask का अवतार

    dask/dask

    13,746GitHub पर देखें↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    GitHub पर देखें↗13,746
  • baidu/braftbaidu का अवतार

    baidu/braft

    4,216GitHub पर देखें↗

    braft is an embeddable C++ library that implements the Raft consensus algorithm, providing a distributed consensus engine for building fault-tolerant, replicated state machines. At its core, it manages leader election, log replication, cluster membership changes, and state machine synchronization across a cluster of nodes, ensuring strong consistency and data durability even in the face of node failures. The library distinguishes itself through a comprehensive set of mechanisms for reliable distributed coordination. It uses a randomized timeout-based leader election process with term manageme

    C++distributed-consensusdistributed-storageraft
    GitHub पर देखें↗4,216
  • apache/stormapache का अवतार

    apache/storm

    6,683GitHub पर देखें↗

    Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to process real-time data streams. It functions as a data pipeline orchestrator that allows users to define and deploy declarative data flow graphs connecting streaming sources to processing components. The system operates as a multi-tenant distributed compute engine that isolates workloads and limits resource usage across shared clusters using dedicated pools and access control. It is also a secure distributed processing engine that employs encrypted node communication and SSL-secur

    Java
    GitHub पर देखें↗6,683
  • hashicorp/rafthashicorp का अवतार

    hashicorp/raft

    9,037GitHub पर देखें↗

    This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives necessary to build fault-tolerant distributed services by implementing a replicated state machine that ensures a group of servers agree on a shared system state through leader election and log replication. The project distinguishes itself through a pluggable architecture for storage backends and snapshot storage, decoupling the consensus logic from physical persistence. It includes specialized mechanisms for leadership transfer, protocol version management to support rolling upgrade

    Go
    GitHub पर देखें↗9,037
Mesos के सभी 30 विकल्प देखें→