Check out GitHub - nineinchnick/trino-cicd: Analysis of the CI workflows of the trinodb/trino project to see how you can:
- run Trino with some custom connectors downloaded on the fly
- use Trino in GitHub workflows to gather some data and save it to an S3 bucket
- use another GitHub workflow to run a set of queries saved in plaintext files and save results in a Markdown file, published as a static page using GitHub pages
- draw bar charts using only the Trino CLI client