Skip to content

tschaub/trino-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trino with Iceberg, Postgres, and MinIO

This is an example using Trino with an Iceberg connector, a Postgres metastore, and MinIO for object storage.

Start everything up:

docker compose up

Connect to the Trino controller to execute some SQL:

docker compose exec controller trino

Stop and remove the containers and network:

docker compose down

About

Using Trino with Iceberg, Postgres, and MinIO

Resources

Stars

Watchers

Forks