This is an automated email from the ASF dual-hosted git repository.
lidongdai 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 2309c45 Update blog.js (#381)
2309c45 is described below
commit 2309c4524c84657d7532c05851b90c821924242f
Author: dailidong <[email protected]>
AuthorDate: Fri Jun 4 13:17:05 2021 +0800
Update blog.js (#381)
---
site_config/blog.js | 43 +++++++++++++++++++------------------------
1 file changed, 19 insertions(+), 24 deletions(-)
diff --git a/site_config/blog.js b/site_config/blog.js
index 8e664bf..86fe879 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -4,11 +4,12 @@ export default {
postsTitle: 'All posts',
list: [
{
- title: 'Apache Dolphin Scheduler(Incubating) Meetup 2019.10 Shanghai',
- author: 'William',
- dateStr: '2019-9-27',
- desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in
Shanghai 2019.10.26. Welcome to register.',
- link: '/en-us/blog/meetup_2019_10_26.html',
+ title: ' Big Data Workflow Task Scheduling - Directed Acyclic Graph
(DAG) for Topological Sorting',
+ author: 'LidongDai',
+ translator: 'QuakeWang',
+ dateStr: '2021-05-06',
+ desc: '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.',
+ link: '/en-us/blog/DAG.html',
},
{
title: 'FAQ of Apache DolphinScheduler',
@@ -16,15 +17,16 @@ export default {
dateStr: '2021-03-20',
desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in
Shanghai 2019.10.26. Welcome to register.',
link: '/en-us/blog/FAQ.html',
- },
+ },
{
- title: ' Big Data Workflow Task Scheduling - Directed Acyclic Graph
(DAG) for Topological Sorting',
- author: 'LidongDai',
- translator: 'QuakeWang',
- dateStr: '2021-05-06',
- desc: '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.',
- link: '/en-us/blog/DAG.html',
+ title: 'Apache Dolphin Scheduler(Incubating) Meetup 2019.10 Shanghai',
+ author: 'William',
+ dateStr: '2019-9-27',
+ desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in
Shanghai 2019.10.26. Welcome to register.',
+ link: '/en-us/blog/meetup_2019_10_26.html',
},
+
+
],
},
'zh-cn': {
@@ -32,20 +34,20 @@ export default {
postsTitle: '所有文章',
list: [
{
- title: 'DolphinScheduler json详解',
+ title: 'DolphinScheduler 核心之 DAG 大 JSON 拆分详解',
author: '进勇',
editor: '小P',
dateStr: '2021-05-29',
- desc: 'DolphinScheduler json拆解详细说明',
+ desc: 'DolphinScheduler 核心之 DAG 大 JSON 拆分始末',
link: '/zh-cn/blog/dolphinscheduler_json.html',
- },
+ },
{
title: '为什么要把 DolphinScheduler 工作流定义中保存任务及关系的大 json 给拆了?',
author: '进勇',
editor: '王福政',
dateStr: '2021-05-25',
desc: '当前 DolphinScheduler 的工作流中的任务及关系保存时是以大 json 的方式保存到数据库中
process_definiton 表的 process_definition_json 字段,如果某个工作流很大比如有 1000 个任务,这个 json
字段也就随之变得非常大,在使用时需要解析 json,非常耗费性能,且任务没法重用,故社区计划启动 json 拆分项目。',
- link: '/zh-cn/blog/json_split.htmldolphinscheduler_json.html',
+ link: '/zh-cn/blog/json_split.html',
},
{
title: '大数据工作流任务调度--有向无环图(DAG)之拓扑排序',
@@ -86,14 +88,7 @@ export default {
desc: 'Apache Dolphin Scheduler(Incubating)
将于2019年10月26日在上海组织一次会议,欢迎踊跃报名。 ',
link: '/zh-cn/blog/meetup_2019_10_26.html',
},
- {
- title: 'DolphinScheduler json详解',
- author: '进勇',
- editor: '小P',
- dateStr: '2021-05-29',
- desc: 'DolphinScheduler json拆解详细说明',
- link: '/zh-cn/blog/dolphinscheduler_json.html',
- },
+
],
},
};