From 6a32ccc3a57f1af2f6849aa4550c701dd89c1e63 Mon Sep 17 00:00:00 2001 From: jamescheng16 Date: Thu, 18 Jul 2019 08:16:49 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit processing process有些重复,可以直接用data processing这次词 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b65b691983..bbf1942075 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Easy Scheduler ### Design features: -A distributed and easy-to-expand visual DAG workflow scheduling system. Dedicated to solving the complex dependencies in the data processing process, making the scheduling system `out of the box` in the data processing process. +A distributed and easy-to-expand visual DAG workflow scheduling system. Dedicated to solving the complex dependencies in data processing, making the scheduling system `out of the box` for data processing. Its main objectives are as follows: - Associate the Tasks according to the dependencies of the tasks in a DAG graph, which can visualize the running state of task in real time.