Skip to content

wirelessr/trino-iceberg-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: example
    • Schema: example_s3_schema
      • Table: employees_test

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

About

Query Iceberg in Trino, Nessie as Catalog, and use minio to replace AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages