# 1. 添加连接源

在开始转换数据之前，您需要建立与数据目的地的连接——ELT（提取/ Extract 、加载/ Load、转换/ Transform ）管道中的“L”（加载）部分。这些目的地是您摄取数据最终存储的地方，无论是数据库、数据仓库还是数据湖。

Recurve 中&#x7684;**“目的地/ Destinations”**&#x90E8;分是您管理这些关键连接点的中心。您可以在这里配置和维护与各种数据存储系统的连接。

对于简单的首次连接，我们建议您设置与关系型数据库或数据仓库的连接，这样原始表格可以直接进行数据建模，而无需额外的转换。

操作步骤：

1. 从 Recurve 的左侧边栏选择 **连接/ Connections > 目的地/ Destinations**。

   <figure><img src="/files/3JDOeRgkUK98Le9XPKf0" alt=""><figcaption></figcaption></figure>
2. &#x5728;**“目的地/ Destinations”** 页面，点击 **+ 创建连接/ Create Connection**。

   <figure><img src="/files/sDzwT63LOrGaQ3SWeOuh" alt=""><figcaption></figcaption></figure>
3. 选择与您的数据源的连接器，然后点击 **设置/ Set up。**

   每个连接器都有其自己的身份验证字段和配置参数。您可以查看此处可用的数据源列表：[目标数据库](/cn-reorc-help-center/lian-jie/mu-biao-shu-ju-ku.md)。

   <figure><img src="/files/FHvxH190qvRxnzSUrl5E" alt=""><figcaption></figcaption></figure>
4. 提供身份验证详细信息和其他必要信息。例如，我们可以连接到 MySQL 数据库：

<figure><img src="/files/9xhCzgKTWRj3BYxNA1YP" alt=""><figcaption></figcaption></figure>

5. 选择目标并点&#x51FB;**“测试连接/ Test Connection”** ，以确保连接成功。对于开发目的，我们在开发环境中测试连接。
6. 点击 **创建目的地/ Create destination**，创建的连接将显示在 **目的地列表/ Destinations** 中。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reorc.com/cn-reorc-help-center/kuai-su-kai-shi/1.-tian-jia-lian-jie-yuan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
