> ## 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/ko/integrations/connectors/data-ingestion/etl-tools/airbyte-and-clickhouse)
* [dbt](/docs/ko/integrations/connectors/data-ingestion/etl-tools/dbt/index)
* [Vector](/docs/ko/integrations/connectors/data-ingestion/etl-tools/vector-to-clickhouse)

이 외에도 ClickHouse와 통합되는 ETL/ELT 도구는 많으므로, 자세한 내용은 주로 사용하는 도구의 문서를 확인하십시오.

<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" />
