Skip to content

Iceberg data insert sample using Iceberg Java API

License

Notifications You must be signed in to change notification settings

caddijp/iceberg-java-api-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Iceberg data insert sample using Iceberg Java API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages