Analysis of the Trino project CI workflows

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

Should we expose that in the Trino readme or so?

The Trino readme should not reference external repositories, so not unless it’s moved under the trinodb org.