> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-home-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 타사 ETL 도구 사용

> ClickHouse와 함께 타사 ETL 도구를 사용하는 방법을 설명하는 페이지

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

외부 데이터 소스의 데이터를 ClickHouse로 옮기는 좋은 방법 중 하나는 널리 사용되는 ETL 및 ELT 도구를 활용하는 것입니다. 관련 문서는 다음과 같습니다.

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

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

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/HT6FEZmSxQqQTe8U/images/integrations/migration/third-party-01.png?fit=max&auto=format&n=HT6FEZmSxQqQTe8U&q=85&s=2f77c26871414eafb2652032c51141a2" size="lg" alt="자가 관리형 ClickHouse 마이그레이션" width="2048" height="456" data-path="images/integrations/migration/third-party-01.png" />
