This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6ae62b8 add seo (#606)
6ae62b8 is described below
commit 6ae62b8d7513953035429dd412d4757343435ce9
Author: lifeng <[email protected]>
AuthorDate: Wed Dec 22 11:55:58 2021 +0800
add seo (#606)
* Update Apache-DolphinScheduler-2.0.1.md
* add
* Update architecture-design.md
---
blog/en-us/Apache-DolphinScheduler-2.0.1.md | 2 +-
blog/en-us/architecture-design.md | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/blog/en-us/Apache-DolphinScheduler-2.0.1.md
b/blog/en-us/Apache-DolphinScheduler-2.0.1.md
index 04ba90c..49c313e 100644
--- a/blog/en-us/Apache-DolphinScheduler-2.0.1.md
+++ b/blog/en-us/Apache-DolphinScheduler-2.0.1.md
@@ -1,6 +1,6 @@
---
title: Apache DolphinScheduler 2.0.1 is here, and the highly anticipated
one-click upgrade and plug-in finally come!
-keywords: DolphinScheduler,scheduler,big data,ETL,airflow,hadoop
+keywords: Apache,DolphinScheduler,scheduler,big
data,ETL,airflow,hadoop,orchestration, dataops,2.0.1
description: Good news! Apache DolphinScheduler 2.0.1 version is officially
released today!
---
## Apache DolphinScheduler 2.0.1 is here, and the highly anticipated one-click
upgrade and plug-in finally come!
diff --git a/blog/en-us/architecture-design.md
b/blog/en-us/architecture-design.md
index 1535ac6..c4e0284 100644
--- a/blog/en-us/architecture-design.md
+++ b/blog/en-us/architecture-design.md
@@ -1,17 +1,20 @@
+---
+title: Architecture Design
+keywords: Apache,DolphinScheduler,scheduler,big
data,ETL,airflow,hadoop,orchestration, dataops
+description: Before explaining the architecture of the schedule system, let us
first understand the common nouns of the schedule system.
+---
## Architecture Design
Before explaining the architecture of the schedule system, let us first
understand the common nouns of the schedule system.
### 1.Noun Interpretation
**DAG:** Full name Directed Acyclic Graph,referred to as DAG。Tasks in the
workflow are assembled in the form of directed acyclic graphs, which are
topologically traversed from nodes with zero indegrees of ingress until there
are no successor nodes. For example, the following picture:
-
<p align="center">
- <img src="/img/dag_examples_cn.jpg" alt="dag示例" width="60%" />
+ <img src="/img/dag_examples_cn.jpg" alt="dag" width="60%" />
<p align="center">
<em>dag example</em>
</p>
</p>
-
**Process definition**: Visualization **DAG** by dragging task nodes and
establishing associations of task nodes
**Process instance**: A process instance is an instantiation of a process
definition, which can be generated by manual startup or scheduling. The
process definition runs once, a new process instance is generated