docker compose up -d
This will initialize iceberg
catalog in Trino.
There is a simple SQL script to initialize a test schema
in the iceberg
catalog by copying TPCH "tiny" schema from the Trino:
docker exec -it trino trino -f /home/trino/test-schema.sql
This is not required. It is possible to create other schemata in the iceberg
catalog and create and populate tables there in any way.
Connect to Trino CLI and execute queries:
docker exec -it trino trino
Inspect warehouse bucket contents: open Minio Admin panel
(user name: admin
password: password
).