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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesDistributed Job Executors

Custom executor integrations designed for running tasks in distributed environments.

Distinct from Custom Task Executors: Focuses on the integration with external distributed schedulers rather than local workspace automation logic.

Explore 7 awesome GitHub repositories matching development tools & productivity · Distributed Job Executors. Refine with filters or upvote what's useful.

Awesome Distributed Job Executors GitHub Repositories

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

    xuxueli/xxl-job

    30,282عرض على GitHub↗

    xxl-job is a distributed task scheduling platform and job orchestrator designed to manage and trigger timed jobs across a cluster of remote executor nodes. It provides a centralized system for scheduling tasks, linking dependent jobs, and managing complex execution lifecycles through a relational database that persists configurations and logs. The platform distinguishes itself through a web-based interface for cron job management, allowing users to create and update scheduled tasks without modifying source code. It supports cross-language task execution by triggering logic on third-party exec

    Integrates with external distributed executors to enable cross-language task execution via a standardized interface.

    Javacrondistributedglue
    عرض على GitHub↗30,282
  • weiye-jing/datax-webالصورة الرمزية لـ WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009عرض على GitHub↗

    DataX Web is a web-based management platform for scheduling, building, executing, and monitoring distributed data synchronization jobs powered by DataX. It provides a visual console for creating and managing DataX tasks without manual JSON configuration, with a distributed executor cluster that auto-registers worker nodes and supports configurable routing and blocking strategies for task distribution. The platform offers cron-based task scheduling with dynamic start, stop, and immediate status changes, along with incremental sync capabilities that pass dynamic parameters to extract only new o

    Distributes task execution across a cluster of auto-registering executors with routing strategies.

    Java
    عرض على GitHub↗6,009
  • azkaban/azkabanالصورة الرمزية لـ azkaban

    azkaban/azkaban

    4,504عرض على GitHub↗

    Azkaban هو مدير سير عمل موزع ومنسق وظائف قائم على DAG مصمم كمعالج دفعات للمؤسسات. يعمل كمحرك سير عمل قائم على Java يقوم بجدولة وتنفيذ تسلسلات وظائف معقدة عبر مجموعة من خوادم التنفيذ، مع وظائف محددة لإدارة أحمال عمل البيانات الضخمة على عناقيد Hadoop. يتميز النظام بنموذج تنفيذ موزع ينسق الحالة عبر قاعدة بيانات مشتركة لضمان التوفر العالي. يستخدم بنية قائمة على الإضافات تسمح بأنواع وظائف مخصصة وامتدادات وظائف النظام، بما في ذلك القدرة على إعادة تحميل الإضافات دون إعادة تشغيل خوادم التنفيذ. تغطي المنصة مجموعة واسعة من القدرات بما في ذلك تنسيق خط أنابيب البيانات مع المنطق الشرطي، والجدولة الدورية والقائمة على الأحداث، ومراقبة المؤسسة مع تتبع SLA. يوفر تحكماً دقيقاً في الوصول وانتحال هوية المستخدم للتنفيذ الآمن، إلى جانب أدوات إدارة حركة المرور لموازنة تحميل التنفيذ وحصص الموارد. يمكن للمستخدمين إدارة سير العمل من خلال واجهة قائمة على الويب أو برمجياً عبر API تنفيذ سير العمل.

    Distributes workloads across multiple executor servers using a shared database for coordination.

    Java
    عرض على GitHub↗4,504
  • schedmd/slurmالصورة الرمزية لـ SchedMD

    SchedMD/slurm

    4,059عرض على GitHub↗

    Slurm is a cluster workload manager and job scheduler designed for high-performance computing environments. It functions as a distributed compute orchestrator that queues and executes large-scale computational tasks across multiple compute nodes in a cluster. The system acts as a resource arbitrator, distributing hardware nodes and processors among concurrent users to prevent resource conflicts and maximize efficiency. It coordinates the simultaneous launch of multiple processes across different physical servers to execute parallel jobs and scientific workloads. The platform covers broad cap

    Executes and monitors computational workloads by integrating with distributed compute nodes.

    C
    عرض على GitHub↗4,059
  • puckel/docker-airflowالصورة الرمزية لـ puckel

    puckel/docker-airflow

    3,807عرض على GitHub↗

    This project provides a containerized environment for deploying Apache Airflow, enabling the orchestration of complex data pipelines and automated task scheduling. By packaging the orchestration platform into portable images, it ensures consistent execution across diverse infrastructure setups and simplifies the management of runtime dependencies. The platform facilitates distributed task execution by decoupling the scheduler from the execution layer, allowing for horizontal scaling of processing power across multiple worker nodes. It supports dynamic configuration through environment variabl

    Decouples the scheduler from the execution layer to enable horizontal scaling of processing power across multiple worker nodes.

    Shellairflowdockerdocker-airflow
    عرض على GitHub↗3,807
  • abhinavsingh/proxy.pyالصورة الرمزية لـ abhinavsingh

    abhinavsingh/proxy.py

    3,533عرض على GitHub↗

    proxy.py is a lightweight, dependency-free HTTP and reverse proxy framework built in Python that handles network traffic through asynchronous event loops and multi-core connection distribution. It acts as a customizable proxy server and embedded web server, allowing developers to inspect, route, and modify web traffic programmatically or via command-line execution wrappers. The platform provides in-flight TLS interception and traffic decryption using generated root certificates, alongside modular extension hooks that support custom dashboard interfaces, request handling plugins, and REST API

    Offloads background tasks to custom worker thread pools for workload distribution.

    Pythondns-over-httpsgfwhttp-proxy
    عرض على GitHub↗3,533
  • apache/gravitinoالصورة الرمزية لـ apache

    apache/gravitino

    2,866عرض على GitHub↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Registers custom executors for external schedulers to run jobs in distributed environments.

    Javaai-catalogdata-catalogdatalake
    عرض على GitHub↗2,866
  1. Home
  2. Development Tools & Productivity
  3. Task Execution
  4. Single Task Executors
  5. Custom Task Executors
  6. Distributed Job Executors

استكشف الوسوم الفرعية

  • Configurable Routing StrategiesDistributes job execution across a cluster of executors using configurable routing strategies like round-robin, random, or failover. **Distinct from Distributed Job Executors:** Distinct from Distributed Job Executors: focuses on the routing strategies for distributing tasks rather than the executor integration itself.
  • DataX Distributed ExecutorsA cluster of worker nodes that execute DataX tasks with configurable routing, blocking, and retry strategies. **Distinct from Distributed Job Executors:** Distinct from Distributed Job Executors: focuses on executing DataX-specific data synchronization tasks rather than general-purpose distributed job execution.