# 数据导出

**直接从Kafka中订阅数据**

* 适用于有实时计算实时获取数据的场景
* 可用于方舟私有部署的单机版和集群版
* 用于实时获取最细粒度的用户行为和属性数据

{% content-ref url="/pages/-LbOK4XiLwQCxUwgN\_94" %}
[直接从Kafka中消费数据](/integration/open-original-export/kafka.md)
{% endcontent-ref %}

**使用JDBC进行数据访问**

* 适用于有通过 JDBC 协议与其它系统打通的应用场景
* 相比直接从Kafka中订阅数据可满足数据中部分字段的查询和导出

{% content-ref url="/pages/-LbOIgtw85CDKOuey0zy" %}
[使用程序访问数据库](/integration/open-original-export/program.md)
{% endcontent-ref %}

{% hint style="info" %}
以上内容没有解答我的问题？[点击我进入方舟论坛去反馈](https://www.analysysdata.com/forum/index) 🚀
{% endhint %}


---

# 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://arkdocs.analysys.cn/integration/open-original-export.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.
