Create Dockerised Implementation + Minio

I’ve been scratting around trying to get, what seems to me, a simple enough config working:

  • Presto (now known as Trino)
  • Minio as data store
  • Hive as data catalogue

Nothing has worked so far
Is there a docker-compose.yml file that I can access to get this thing working? I don’t need Hive if it’s not needed, my simple requirements are to be able to use Trino to query Parquet/Json/CSV on s3 (minio)

Regards
Ashley

1 Like

There is a demo setup available in GitHub - trinodb/tutorials

A number of other demo setups can be found in GitHub - bitsondatadev/trino-getting-started

Both might need maintenance but should provide a good starting point. You should also find usage of these demos in older Trino Community Broadcast episodes at Trino | Trino Community Broadcast

1 Like