Skip to content

asolovey/trino-iceberg-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Trino and Iceberg REST Catalog Demo

Start containers

docker compose up -d

This will initialize iceberg catalog in Trino.

Initialize test schema

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.

Running queries

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).

About

Trino with Iceberg REST catalog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published