Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 463 Bytes

File metadata and controls

20 lines (12 loc) · 463 Bytes

Iceberg Java API Sample

Iceberg Javaの基本APIを使用した、Iceberg データ投入用のサンプルコードです。

手順

Icebergをローカルで実験するための、 REST Catalog, RDBMS, Object Storage(minio as local S3) については docker コンテナで提供します。

docker compose up -d
export AWS_REGION=us-west-2
./mvnw test

check insert data from minio http://localhost:9090
credential is admin/password