You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/09 05:52:13 UTC

[shardingsphere-elasticjob-lite] branch master updated: Update features of readme (#1007)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new d9584e9  Update features of readme (#1007)
d9584e9 is described below

commit d9584e995d4b7902ef243c9e37a8846231944c8d
Author: Liang Zhang <te...@163.com>
AuthorDate: Thu Jul 9 13:51:56 2020 +0800

    Update features of readme (#1007)
    
    * Update features of readme
    
    * Merge branch 'master' into dev
    
    # Conflicts:
    #	README.md
    #	README_ZH.md
---
 README.md    | 7 ++++---
 README_ZH.md | 7 +++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index ee573de..c28a8dc 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,13 @@
 
 ElasticJob is a distributed scheduling solution consisting of two separate projects, Lite and Cloud.
 
-ElasticJob Lite is a lightweight, decentralized solution that provides distributed task sharding services.
+ElasticJob Lite is a lightweight, decentralized solution that provides distributed task sharding services;
+ElasticJob Cloud is a Mesos framework which use Mesos + Docker(todo) to manage and isolate resources and processes.
 
 Elasticjob uses a unified job API for each product. 
 Developers only need code one time and can deploy at will.
 
-ElasticJob became an [Apache ShardingSphere](https://shardingsphere.apache.org/) Sub project on May 28 2020.
+ElasticJob became an [Apache ShardingSphere](https://shardingsphere.apache.org/) Sub-project on May 28 2020.
 
 Welcome communicate with community via [mail list](mailto:dev@shardingsphere.apache.org).
 
@@ -46,7 +47,7 @@ Welcome communicate with community via [mail list](mailto:dev@shardingsphere.apa
   - Misfired
   - Self diagnose and recover when distribute environment unstable
 
-- Job Dependency
+- Job Dependency(TODO)
   - DAG based job dependency
   - DAG based job item dependency
 
diff --git a/README_ZH.md b/README_ZH.md
index 4bc529a..f61e0f8 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -43,23 +43,22 @@ ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://sh
 - 作业治理
   - 失效转移
   - 错过作业重新执行
-  - 自巡检与自动修复
+  - 自诊断修复
 
-- 作业依赖
+- 作业依赖(TODO)
   - 基于有向无环图(DAG)的作业间依赖
   - 基于有向无环图(DAG)的作业分片间依赖
 
 - 作业开放生态
   - 可扩展的作业类型统一接口
   - 丰富的作业类型库,如数据流、脚本、HTTP、文件、大数据等
-  - 面向业务的作业接口,能够与 Spring 依赖注入 无缝对接
+  - 易于对接业务作业,能够与 Spring 依赖注入无缝整合
 
 - 可视化管控端
   - 作业管控端
   - 作业执行历史数据追踪
   - 注册中心管理
 
-
 ## [Release Notes](https://github.com/elasticjob/elastic-job/releases)
 
 ## [Roadmap](ROADMAP.md)