apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.76k stars 4.59k forks source link

[Feature][Document] Refactor the Resource Center Document #8301

Closed QuakeWang closed 2 years ago

QuakeWang commented 2 years ago

Search before asking

Description

When I read the Resource find the description is not enough detail, so I decided to refactor it.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 2 years ago

Hi:

zhongjiajie commented 2 years ago

we should add how to add udf resource, and give some ref to SQL task in #9601

QuakeWang commented 2 years ago

I think it is possible to split the resource center into file management, UDF functions, and task group management, as in the case of task-type documents. This would make for better documentation.

zhongjiajie commented 2 years ago

I think it is possible to split the resource center into file management, UDF functions, and task group management, as in the case of task-type documents. This would make for better documentation.

Yeah, sound great!

QuakeWang commented 2 years ago

For the documentation in the Resource Center, I plan to divide it into the following sections.

  1. Configuration notes: this section focuses on the use of the resources and how to configure the files.
  2. File management: this section explains how to create and upload files, plus an additional section on how to use them in workflows.
  3. UDF functions: this section explains the creation and use of UDF functions.
  4. Task group management: this section explains how to use task groups.