> ## 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](/ja/reference/engines/database-engines/datalake)) または Data Sources タブにある ClickHouse Cloud UI の両方から行えます。

UI を使用する場合:

* データカタログオブジェクトに対応したフィールドを使うフォームにより、設定を簡単に行えます
* 有効なデータカタログインテグレーションを 1 つのインターフェイスで管理できます
* 保存時に接続と認証情報をテストします

<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 でデータカタログに接続する](/ja/integrations/data-catalogs)を参照してください。

| 名前                | オープンテーブル形式 | 認証方式                         | Cloud                                               | Core                                                            | バージョン  |
| ----------------- | ---------- | ---------------------------- | --------------------------------------------------- | --------------------------------------------------------------- | ------ |
| AWS Glue Catalog  | Iceberg    | IAM ロール (26.2+)、アクセスキー       | [ガイド](/ja/integrations/data-catalogs#aws-glue)      | [ガイド](/ja/guides/use-cases/data-warehousing/glue-catalog)       | 25.12+ |
| BigLake Metastore | Iceberg    | Google ADC (OAuth)           | [ガイド](/ja/integrations/data-catalogs#biglake)       | [ガイド](/ja/guides/use-cases/data-warehousing/biglake-catalog)    | 26.2+  |
| Lakekeeper        | Iceberg    | OAuth クライアント認証情報             | —                                                   | [ガイド](/ja/guides/use-cases/data-warehousing/lakekeeper-catalog) | 25.10+ |
| Microsoft OneLake | Iceberg    | Azure Active Directory (AAD) | [ガイド](/ja/integrations/data-catalogs#onelake)       | [ガイド](/ja/guides/use-cases/data-warehousing/onelake-catalog)    | 25.12+ |
| Nessie            | Iceberg    | OAuth クライアント認証情報             | —                                                   | [ガイド](/ja/guides/use-cases/data-warehousing/nessie-catalog)     | 25.10+ |
| Polaris           | Iceberg    | OAuth クライアント認証情報             | [ガイド](/ja/integrations/data-catalogs#polaris)       | [ガイド](/ja/guides/use-cases/data-warehousing/polaris-catalog)    | 26.2+  |
| REST カタログ         | Iceberg    | OAuth クライアント認証情報、Bearer トークン | [ガイド](/ja/integrations/data-catalogs#rest)          | [ガイド](/ja/guides/use-cases/data-warehousing/rest-catalog)       | 25.12+ |
| Unity Catalog     | Iceberg    | OAuth クライアント認証情報             | [ガイド](/ja/integrations/data-catalogs#unity-iceberg) | [ガイド](/ja/guides/use-cases/data-warehousing/unity-catalog)      | 25.12+ |
| Unity Catalog     | Delta      | 個人用アクセストークン (PAT)            | [ガイド](/ja/integrations/data-catalogs#unity-delta)   | [ガイド](/ja/guides/use-cases/data-warehousing/unity-catalog)      | 25.12+ |

Horizon や S3 tables REST endpoint など、さらに多くのカタログを追加する予定です。
