This is docker-compose tutorial for querying Trino via Apache Zeppelin
Run the following command to download Trino jdbc driver
./download_driver.sh
Run the following command to start Trino & Zeppelin in docker container
docker-compose up -d
Open http://localhost:8082 in your browser, and open Trino Example
notebook, then you can run Trino query like trino-cli.