tag | ae0823d5d821dc435f87cb6160bf84e85f285256 | |
---|---|---|
tagger | 吴伟杰 <wuweijie@apache.org> | Sat Dec 19 09:25:45 2020 +0800 |
object | e3607ee692001692128cf23efe66ee39dc1c277a |
[maven-release-plugin] copy for tag 3.0.0-RC1
commit | e3607ee692001692128cf23efe66ee39dc1c277a | [log] [tgz] |
---|---|---|
author | 吴伟杰 <wuweijie@apache.org> | Sat Dec 19 09:25:35 2020 +0800 |
committer | 吴伟杰 <wuweijie@apache.org> | Sat Dec 19 09:25:35 2020 +0800 |
tree | 3fef5d175f861d475731506d83623fe84e250b3e | |
parent | 6ba62c0e0bb8d7027691375fe28459f2abdb93de [diff] |
[maven-release-plugin] prepare release 3.0.0-RC1
Official website: https://shardingsphere.apache.org/elasticjob/
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.
Welcome communicate with community via mail list.
Using ElasticJob can make developers no longer worry about the non functional requirements such as jobs 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 jobs high availability and management, and can automatic operation by simply adding servers.
A lightweight, decentralized solution that provides distributed task sharding services.
Uses Mesos to manage and isolate resources.
ElasticJob-Lite | ElasticJob-Cloud | |
---|---|---|
Decentralization | Yes | No |
Resource Assign | No | Yes |
Job Execution | Daemon | Daemon + Transient |
Deploy Dependency | ZooKeeper | ZooKeeper + Mesos |
Elastic Schedule
Resource Assign
Job Governance
Job Dependency (TODO)
Job Open Ecosystem
Java 8 or above required.
Maven 3.5.0 or above required.
ZooKeeper 3.6.0 or above required. See details
Mesos 1.1.0 or compatible version required (For ElasticJob-Cloud only). See details