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/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new f4d9721 add blog: FAQ of DolphinScheduler (#308)
f4d9721 is described below
commit f4d9721e0c638e9a2af1430426ee60f52ec1c42e
Author: dailidong <[email protected]>
AuthorDate: Sat Mar 20 15:06:53 2021 +0800
add blog: FAQ of DolphinScheduler (#308)
* add blog: FAQ of DolphinScheduler
---
blog/en-us/FAQ.md | 13 +++++++++++++
site_config/blog.js | 8 ++++++++
2 files changed, 21 insertions(+)
diff --git a/blog/en-us/FAQ.md b/blog/en-us/FAQ.md
new file mode 100644
index 0000000..42484d0
--- /dev/null
+++ b/blog/en-us/FAQ.md
@@ -0,0 +1,13 @@
+#### Q: What is Apache DolphinScheduler?
+A: DolphinScheduler is a distributed and extensible workflow scheduler
platform with a powerful DAG visual interface. It is dedicated to solving
complex task dependencies in data pipelines, making multi types of tasks
available out of the box
+
+#### Q: Is DolphinScheduler an ETL tool?
+A: Apache DolphinScheduler is an open-source visual workflow automation tool
used for setting up and maintaining data pipelines.
+
+DolphinScheduler isn't an ETL tool. but it can helps you manage ETL pipelines
and it also integrates some ETL tools like sqoop and datax.
+
+#### Q:What is DolphinScheduler used for?
+A: Apache DolphinScheduler is a workflow automation and scheduling platform
that can be used to assemble and manage data pipelines. Similar systems such as
oozie and Azkaban etc
+
+#### Q: Who is using Apache DolphinScheduelr?
+A: more than 400+ companys are using DolphinScheduler as their scheduler
platform, some user cases like
IBM、Tencent、meituan、Lenovo、Nokia、SHEIN、Inspur、pingan、ICBC and so on
\ No newline at end of file
diff --git a/site_config/blog.js b/site_config/blog.js
index 14490fd..639feca 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -4,12 +4,20 @@ export default {
postsTitle: 'All posts',
list: [
{
+ title: 'FAQ of Apache DolphinScheduler',
+ author: 'LidongDai',
+ dateStr: '2021-03-20',
+ desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in
Shanghai 2019.10.26. Welcome to rigister.',
+ link: '/en-us/blog/FAQ.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 rigister.',
link: '/en-us/blog/meetup_2019_10_26.html',
},
+
],
},
'zh-cn': {