# 快速开始

通过本指南，您可以了解当前测试版中的功能，包括连接数据库、使用数据源、创建数据模型、构建数据管道，并直接从数据管道中安排任务运行。

{% hint style="info" %}
**前提条件：**

* 您已经拥有一个 Recurve 账号，如果没有，可以在此注册： [Recurve](https://www.recurvedata.com/)。
* 您已被邀请加入某个组织，并且该组织中有 1）可用的环境 和 2）正常运行的 Worker。详细说明，请参阅： [设置与部署](/cn-reorc-help-center/she-zhi-yu-bu-shu.md)。
  {% endhint %}

## 操作流程

您可以按以下步骤快速上手 Recurve：

1. [**添加连接源**](/cn-reorc-help-center/kuai-su-kai-shi/1.-tian-jia-lian-jie-yuan.md)
   * 将 Recurve 连接到您的数据源（如关系型数据库、数据仓库）。
   * 配置连接的详细信息，以确保数据安全访问。
2. [**创建项目**](/cn-reorc-help-center/kuai-su-kai-shi/2.-chuang-jian-xiang-mu.md)
   * 设置项目，为您的团队提供一个共同协作的工作空间。
   * 配置项目数据库，用于存储和处理转换后的数据，形成数据处理的核心基础。
3. [**创建数据模型**](/cn-reorc-help-center/kuai-su-kai-shi/3.-chuang-jian-shu-ju-mo-xing.md)
   * 引用原始数据为源数据。
   * 使用模型定义 ETL 逻辑。
   * 添加测试用例（即将上线），以验证模型转换的正确性，确保数据的准确性。
4. [**在控制台中构建模型**](/cn-reorc-help-center/kuai-su-kai-shi/4.-yan-zheng-shu-ju-chu-li-liu-cheng.md)
   * 在控制台中运行模型构建，并自动运行数据测试来验证转换效果。
   * 调试失败的测试、优化性能，并根据结果迭代模型以满足业务需求。
5. [**设置数据管道**](/cn-reorc-help-center/kuai-su-kai-shi/5.-chuang-jian-shu-ju-guan-dao-he-diao-du-ren-wu.md)
   * 将数据模型自动化串联，创建高效的数据流。
   * 配置执行和任务调度。
   * 在“Health Tracking”页面中实时监控数据流调度情况。

在这些步骤中，我们将详细介绍 Recurve 的关键组件，并为每个步骤提供详细相关信息的链接。让我们立即开始探索吧！


---

# 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.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.
