-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with Amazon AppFlow - Chinese Edition #12555
base: master
Are you sure you want to change the base?
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/cc @Oreoxmt |
Removed the needs-cherry-pick-release-6.3 label because the v6.3 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v6.3 and will no longer receive new updates. |
Removed the needs-cherry-pick-release-6.4 label because the v6.4 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v6.4 and will no longer receive new updates. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Icemap seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Co-authored-by: xixirangrang <hfxsd@hotmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
# TiDB 与 Amazon AppFlow 集成 | ||
|
||
[Amazon AppFlow](https://aws.amazon.com/appflow/) 是一项完全托管的集成服务,你可以使用 Amazon AppFlow 在软件即服务 (SaaS) 应用程序服务之间安全地传输数据。使用 Amazon AppFlow,你可以在 TiDB 与许多 Amazon AppFlow 连接器提供者直接传输数据,如 Salesforce、Amazon S3、LinkedIn 及 GitHub 等。你可以查看 AWS 的[支持的数据源与数据目标服务](https://docs.aws.amazon.com/appflow/latest/userguide/app-specific.html)文档,以获取更多信息。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Amazon AppFlow](https://aws.amazon.com/appflow/) 是一项完全托管的集成服务,你可以使用 Amazon AppFlow 在软件即服务 (SaaS) 应用程序服务之间安全地传输数据。使用 Amazon AppFlow,你可以在 TiDB 与许多 Amazon AppFlow 连接器提供者直接传输数据,如 Salesforce、Amazon S3、LinkedIn 及 GitHub 等。你可以查看 AWS 的[支持的数据源与数据目标服务](https://docs.aws.amazon.com/appflow/latest/userguide/app-specific.html)文档,以获取更多信息。 | |
[Amazon AppFlow](https://aws.amazon.com/appflow/) 是一项完全托管的集成服务。你可以使用 Amazon AppFlow 在软件即服务 (SaaS) 应用程序服务之间安全地传输数据,如 Salesforce、Amazon S3、LinkedIn 及 GitHub 等。更多信息,请参阅[支持的数据源与数据目标服务](https://docs.aws.amazon.com/appflow/latest/userguide/app-specific.html)。 |
本文将介绍如何将 TiDB 与 Amazon AppFlow 集成,并以集成 TiDB Cloud Serverless 集群为例。 | ||
|
||
如果你还没有 TiDB 集群,可以创建一个免费的 [TiDB Cloud Serverless](https://tidbcloud.com/console/clusters) 集群,仅需约 30 秒即可创建完成。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本文将介绍如何将 TiDB 与 Amazon AppFlow 集成,并以集成 TiDB Cloud Serverless 集群为例。 | |
如果你还没有 TiDB 集群,可以创建一个免费的 [TiDB Cloud Serverless](https://tidbcloud.com/console/clusters) 集群,仅需约 30 秒即可创建完成。 | |
本文将介绍如何将 TiDB 与 Amazon AppFlow 集成,并以集成 TiDB Cloud Serverless 集群为例。如果你还没有 TiDB 集群,可以创建一个免费的 [TiDB Cloud Serverless](https://docs.pingcap.com/tidbcloud/create-tidb-cluster-serverless) 集群,仅需约 30 秒即可创建完成。 |
- `AmazonS3FullAccess`: AWS CloudFormation 使用 [Amazon S3](https://aws.amazon.com/s3/?nc2=h_ql_prod_fs_s3) 进行发布。 | ||
- `AWSLambda_FullAccess`: 当前,[AWS Lambda](https://aws.amazon.com/lambda/?nc2=h_ql_prod_fs_lbd) 是部署与实现 Amazon AppFlow 自定义连接器的唯一办法。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `AmazonS3FullAccess`: AWS CloudFormation 使用 [Amazon S3](https://aws.amazon.com/s3/?nc2=h_ql_prod_fs_s3) 进行发布。 | |
- `AWSLambda_FullAccess`: 当前,[AWS Lambda](https://aws.amazon.com/lambda/?nc2=h_ql_prod_fs_lbd) 是部署与实现 Amazon AppFlow 自定义连接器的唯一办法。 | |
- `AmazonS3FullAccess`: AWS CloudFormation 使用 [Amazon S3](https://aws.amazon.com/s3/) 进行发布。 | |
- `AWSLambda_FullAccess`: 当前,仅支持使用 [AWS Lambda](https://aws.amazon.com/lambda/) 部署与实现 Amazon AppFlow 自定义连接器。 |
Successfully created/updated stack - <stack_name> in <region> | ||
``` | ||
|
||
4. 在 [AWS Lambda 控制台](https://console.aws.amazon.com/lambda/home)中,你可看到方才上传的 Lambda。值得关注的是,你需要在窗口的右上角选择正确的机房,否则你无法看到 Lambda。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. 在 [AWS Lambda 控制台](https://console.aws.amazon.com/lambda/home)中,你可看到方才上传的 Lambda。值得关注的是,你需要在窗口的右上角选择正确的机房,否则你无法看到 Lambda。 | |
4. 在 [AWS Lambda 控制台](https://console.aws.amazon.com/lambda/home),可以看到刚上传的 Lambda。注意你需要在窗口的右上角选择正确的机房,才能看到 Lambda。 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Translated from pingcap/docs#11378
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?