wirelessr / trino-iceberg-playground

Query Iceberg in Trino, Nessie as Catalog, and use minio to replace AWS S3
https://lazypro.medium.com/7f4a1f7713ca
8 stars 2 forks source link

Trino Playground with Iceberg

Init command:

docker-compose up -d

Enter Trino shell:

docker-compose exec -it trino trino

Then, you can go.

For example:

SELECT * FROM example.example_s3_schema.employees_test;

Existing Settings

Catalog is created in example.properties.
Schema and table are created in post-init.sql.