Tianqi-Dotes commented on code in PR #11865: URL: https://github.com/apache/dolphinscheduler/pull/11865#discussion_r973885553
########## docs/docs/en/guide/task/datasync.md: ########## @@ -0,0 +1,78 @@ +# DataSync Node + +## Overview + +[AWS DataSync](https://console.aws.amazon.com/datasync/) is an online data transfer service that simplifies, automates, and accelerates moving data between on-premises storage systems and AWS Storage services, as well as between AWS Storage services. + +DataSync can copy data to and from: + +- Network File System (NFS) file servers +- Server Message Block (SMB) file servers +- Hadoop Distributed File System (HDFS) +- Object storage systems +- Amazon Simple Storage Service (Amazon S3) buckets +- Amazon EFS file systems +- Amazon FSx for Windows File Server file systems +- Amazon FSx for Lustre file systems +- Amazon FSx for OpenZFS file systems +- Amazon FSx for NetApp ONTAP file systems +- AWS Snowcone devices + +The follow shows the DolphinScheduler DataSync task plugin features: + +- Create an AWS DataSync task and execute, continuously get the execution status until the task completes. + +## Create Task + +- Click `Project -> Management-Project -> Name-Workflow Definition`, and click the "Create Workflow" button to enter the + DAG editing page. +- Drag from the toolbar <img src="../../../../img/tasks/icons/datasync.png" width="15"/> task node to canvas. + +## Task Example + +First, introduce some general parameters of DolphinScheduler: + +- **Node name**: The node name in a workflow definition is unique. Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
