All Projects → apache → Shardingsphere Elasticjob

apache / Shardingsphere Elasticjob

Licence: apache-2.0
Distributed scheduled job framework

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Shardingsphere Elasticjob

Quartznet
Quartz Enterprise Scheduler .NET
Stars: ✭ 4,825 (-34.52%)
Mutual labels:  cron, scheduled-jobs, quartz
Go Quartz
Simple, zero-dependency scheduling library for Go
Stars: ✭ 118 (-98.4%)
Mutual labels:  cron, job, quartz
Sundial
A Light-weight Job Scheduling Framework
Stars: ✭ 230 (-96.88%)
Mutual labels:  cron, scheduled-jobs, quartz
job-plus
Job Plus项目是基于SpringBoot+Vue的轻量级定时任务管理系统
Stars: ✭ 17 (-99.77%)
Mutual labels:  cron, job, quartz
Shardingsphere Elasticjob Cloud
Stars: ✭ 248 (-96.63%)
Mutual labels:  cron, job, scheduled-jobs
cron-schedule
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
Stars: ✭ 28 (-99.62%)
Mutual labels:  cron, job
josk
🏃🤖 Scheduler and manager for jobs and tasks in node.js on multi-server and clusters setup
Stars: ✭ 27 (-99.63%)
Mutual labels:  cron, scheduled-jobs
Meiam.system
.NET 5 / .NET Core 3.1 WebAPI + Vue 2.0 + RBAC 企业级前后端分离权限框架
Stars: ✭ 340 (-95.39%)
Mutual labels:  middleware, quartz
Bull
Bull module for Nest framework (node.js) 🐮
Stars: ✭ 356 (-95.17%)
Mutual labels:  cron, job
Pg timetable
pg_timetable: Advanced scheduling for PostgreSQL
Stars: ✭ 382 (-94.82%)
Mutual labels:  cron, database
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (-41.61%)
Mutual labels:  cron, scheduled-jobs
linda
Linda is a simple dispatcher library.
Stars: ✭ 12 (-99.84%)
Mutual labels:  cron, job
Agendash
Agenda Dashboard
Stars: ✭ 620 (-91.59%)
Mutual labels:  middleware, cron
Xxl Job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
Stars: ✭ 20,197 (+174.08%)
Mutual labels:  job, quartz
schedule-rs
An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
Stars: ✭ 93 (-98.74%)
Mutual labels:  cron, job
jobor
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Stars: ✭ 52 (-99.29%)
Mutual labels:  cron, quartz
Cron Expression Descriptor
A .NET library that converts cron expressions into human readable descriptions.
Stars: ✭ 602 (-91.83%)
Mutual labels:  cron, quartz
Cron Utils
Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
Stars: ✭ 724 (-90.18%)
Mutual labels:  cron, quartz
Cron Editor
cron editor
Stars: ✭ 22 (-99.7%)
Mutual labels:  cron, quartz
Akka.Quartz.Actor
Quartz scheduling actor
Stars: ✭ 50 (-99.32%)
Mutual labels:  job, quartz

ElasticJob - distributed scheduled job solution

Official website: https://shardingsphere.apache.org/elasticjob/

Stargazers over time

ElasticJob is a distributed scheduling solution consisting of two separate projects, ElasticJob-Lite and ElasticJob-Cloud.

Through the functions of flexible scheduling, resource management and job management, it creates a distributed scheduling solution suitable for Internet scenarios, and provides a diversified job ecosystem through open architecture design. It uses a unified job API for each project. Developers only need code one time and can deploy at will.

ElasticJob became an Apache ShardingSphere Sub-project on May 28 2020.

You are welcome to communicate with the community via the mailing list.

License

GitHub release

Maven Status Build Status GitHub Workflow codecov Maintainability

Introduction

Using ElasticJob developers can no longer worry about the non functional requirements such as job scale out, so that they can focus more on business coding. At the same time, it can release operators too, so that they do not have to worry about high availability and management, and can automatically operate by simply adding servers.

ElasticJob-Lite

A lightweight, decentralized solution that provides distributed task sharding services.

ElasticJob-Lite Architecture

ElasticJob-Cloud

Uses Mesos to manage and isolate resources.

ElasticJob-Cloud Architecture

ElasticJob-Lite ElasticJob-Cloud
Decentralization Yes No
Resource Assign No Yes
Job Execution Daemon Daemon + Transient
Deploy Dependency ZooKeeper ZooKeeper + Mesos

Features

  • Elastic Schedule

    • Support job sharding and high availability in distributed system
    • Scale out for throughput and efficiency improvement
    • Job processing capacity is flexible and scalable with the allocation of resources
  • Resource Assign

    • Execute job on suitable time and assigned resources
    • Aggregation same job to same job executor
    • Append resources to newly assigned jobs dynamically
  • Job Governance

    • Failover
    • Misfired
    • Self diagnose and recover when distribute environment unstable
  • Job Dependency (TODO)

    • DAG based job dependency
    • DAG based job item dependency
  • Job Open Ecosystem

    • Unify job api for extension
    • Support rich job type lib, such as dataflow, script, HTTP, file, big data
    • Focus business SDK, can work with Spring IOC
  • Admin Console

    • Job administration
    • Job event trace query
    • Registry center management

Environment Required

Java

Java 8 or above required.

Maven

Maven 3.5.0 or above required.

ZooKeeper

ZooKeeper 3.6.0 or above required. See details

Mesos (ElasticJob-Cloud only)

Mesos 1.1.0 or compatible version required (For ElasticJob-Cloud only). See details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].