> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 使用第三方 ETL 工具

> 介绍如何配合 ClickHouse 使用第三方 ETL 工具的页面

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

将数据从外部数据源迁移到 ClickHouse 的一个不错选择，是使用众多流行的 ETL 和 ELT 工具之一。我们提供了以下相关文档：

* [Airbyte](/docs/zh/integrations/connectors/data-ingestion/etl-tools/airbyte-and-clickhouse)
* [dbt](/docs/zh/integrations/connectors/data-ingestion/etl-tools/dbt/index)
* [Vector](/docs/zh/integrations/connectors/data-ingestion/etl-tools/vector-to-clickhouse)

不过，还有许多其他 ETL/ELT 工具也可与 ClickHouse 集成，因此请查阅你常用工具的文档了解详情。

<Image img="https://mintcdn.com/private-7c7dfe99/B2SPNiDHMxYV1gTC/images/integrations/migration/third-party-01.webp?fit=max&auto=format&n=B2SPNiDHMxYV1gTC&q=85&s=a08ca60cb9485c42172ec0557de95274" size="lg" alt="迁移自管理 ClickHouse" width="2048" height="456" data-path="images/integrations/migration/third-party-01.webp" />
