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

# 데이터 카탈로그

> ClickHouse Cloud의 데이터 카탈로그 통합

export const BetaBadge = ({link, galaxyTrack, galaxyEvent}) => {
  if (link) {
    return <a href={link} target="_blank" rel="noopener noreferrer" className="betaBadge" onClick={galaxyTrack && galaxyEvent ? galaxyOnClick(galaxyEvent) : undefined}>
                <span>베타</span>
            </a>;
  }
  return <a href="https://clickhouse.com/docs/reference/settings/beta-and-experimental-features#beta-features" className="betaBadge">
            <span>베타 기능</span>
        </a>;
};

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>;
};

<BetaBadge />

ClickHouse Cloud는 오픈 테이블 포맷 데이터 카탈로그에 직접 연결할 수 있으므로, 데이터를 복제하지 않고도 데이터 레이크 테이블에 액세스할 수 있습니다.
이 통합을 통해 카탈로그의 테이블이 ClickHouse 내에서 쿼리 가능한 데이터베이스로 표시됩니다.
설정은 SQL 명령([DataLakeCatalog](/ko/reference/engines/database-engines/datalake)) 또는 ClickHouse Cloud UI의 Data Sources 탭에서 모두 가능합니다.

UI 사용 시:

* Data Catalog 객체와 일관된 필드를 사용하는 양식으로 설정을 간소화합니다
* 활성 데이터 카탈로그 통합을 한곳에서 관리할 수 있는 인터페이스를 제공합니다
* 저장 시 연결 및 자격 증명을 테스트합니다

<Image img="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/BzCHG1uNsHBo6H9Q/images/cloud/features/data-catalogs-ui.png?fit=max&auto=format&n=BzCHG1uNsHBo6H9Q&q=85&s=8cf157b0cfae291e2c55ed09ebd845a8" size="md" alt="데이터 카탈로그 통합이 표시된 ClickHouse Cloud UI" width="4944" height="2610" data-path="images/cloud/features/data-catalogs-ui.png" />

Cloud UI의 단계별 안내는 [ClickHouse Cloud에서 데이터 카탈로그 연결](/ko/integrations/data-catalogs)을 참조하십시오.

| 이름                | 오픈 테이블 포맷 | 인증 방식                        | Cloud                                               | Core                                                            | 버전     |
| ----------------- | --------- | ---------------------------- | --------------------------------------------------- | --------------------------------------------------------------- | ------ |
| AWS Glue Catalog  | Iceberg   | IAM 역할 (26.2+), 액세스 키        | [가이드](/ko/integrations/data-catalogs#aws-glue)      | [가이드](/ko/guides/use-cases/data-warehousing/glue-catalog)       | 25.12+ |
| BigLake 메타스토어     | Iceberg   | Google ADC (OAuth)           | [가이드](/ko/integrations/data-catalogs#biglake)       | [가이드](/ko/guides/use-cases/data-warehousing/biglake-catalog)    | 26.2+  |
| Lakekeeper        | Iceberg   | OAuth 클라이언트 자격 증명            | —                                                   | [가이드](/ko/guides/use-cases/data-warehousing/lakekeeper-catalog) | 25.10+ |
| Microsoft OneLake | Iceberg   | Azure Active Directory (AAD) | [가이드](/ko/integrations/data-catalogs#onelake)       | [가이드](/ko/guides/use-cases/data-warehousing/onelake-catalog)    | 25.12+ |
| Nessie            | Iceberg   | OAuth 클라이언트 자격 증명            | —                                                   | [가이드](/ko/guides/use-cases/data-warehousing/nessie-catalog)     | 25.10+ |
| Polaris           | Iceberg   | OAuth 클라이언트 자격 증명            | [가이드](/ko/integrations/data-catalogs#polaris)       | [가이드](/ko/guides/use-cases/data-warehousing/polaris-catalog)    | 26.2+  |
| REST catalog      | Iceberg   | OAuth 클라이언트 자격 증명, Bearer 토큰 | [가이드](/ko/integrations/data-catalogs#rest)          | [가이드](/ko/guides/use-cases/data-warehousing/rest-catalog)       | 25.12+ |
| Unity Catalog     | Iceberg   | OAuth 클라이언트 자격 증명            | [가이드](/ko/integrations/data-catalogs#unity-iceberg) | [가이드](/ko/guides/use-cases/data-warehousing/unity-catalog)      | 25.12+ |
| Unity Catalog     | Delta     | Personal Access Token (PAT)  | [가이드](/ko/integrations/data-catalogs#unity-delta)   | [가이드](/ko/guides/use-cases/data-warehousing/unity-catalog)      | 25.12+ |

Horizon과 S3 tables REST endpoint를 포함해 더 많은 카탈로그를 지원할 예정입니다.
