ClickHouse/docs/ja/integrations/data-ingestion/data-formats/intro.md
2024-11-18 11:58:58 +09:00

37 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: /ja/integrations/data-formats
sidebar_label: 概要
sidebar_position: 1
keywords: [clickhouse, CSV, TSV, Parquet, clickhouse-client, clickhouse-local]
---
# ClickHouseへのさまざまなデータ形式からのインポート
このドキュメントのセクションでは、さまざまなファイル形式からのロード例を見つけることができます。
### [**バイナリ**](/docs/ja/integrations/data-ingestion/data-formats/binary.md)
ClickHouse Native、MessagePack、Protocol Buffers、Capn Protoなどのバイナリ形式のエクスポートとロード。
### [**CSVとTSV**](/docs/ja/integrations/data-ingestion/data-formats/csv-tsv.md)
カスタムヘッダーとセパレーターを使用したCSVファミリーTSVを含むのインポートとエクスポート。
### [**JSON**](/docs/ja/integrations/data-ingestion/data-formats/json/intro.md)
オブジェクトや行区切りNDJSONなど、さまざまな形式でのJSONのロードとエクスポート。
### [**Parquetデータ**](/docs/ja/integrations/data-ingestion/data-formats/parquet.md)
ParquetやArrowなど、一般的なApache形式の処理。
### [**SQLデータ**](/docs/ja/integrations/data-ingestion/data-formats/sql.md)
MySQLやPostgresqlにインポートするためのSQLダンプを必要としていますかこれ以上探す必要はありません。
BIツールのGrafana、Tableauなどを接続したい場合は、ドキュメントの[ビジュアル化カテゴリー](../../data-visualization.md)をご覧ください。
## 関連コンテンツ
- ブログ: [ClickHouseにおけるデータ形式の紹介](https://clickhouse.com/blog/data-formats-clickhouse-csv-tsv-parquet-native)