# Zero-cost reporting

DevFeed: [Zero-cost reporting](<https://devfeed.tech/articles/zero-cost-reporting-8720.md>)

Original publisher: [Read original article](<https://trino.io/blog/2023/06/28/trino-fest-2023-starburst-recap.html>)

Author: Jan Waś, Cole Bowden

Published: 2023-06-28T00:00:00Z

Content type: article

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [SQL](<https://devfeed.tech/topics/sql.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [data](<https://devfeed.tech/topics/data.md>), [Git](<https://devfeed.tech/topics/git.md>), [CSV](<https://devfeed.tech/topics/csv.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [free](<https://devfeed.tech/tags/free.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [s3](<https://devfeed.tech/tags/s3.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

The article presents a zero-cost reporting workflow using Trino, plaintext and Markdown files, Git, GitHub, and GitHub Actions. SQL queries and their results can be committed to a repository, automatically rerun on a schedule, and published through GitHub Pages so teammates can view current results on the web.

## Source excerpt

Let's say you have some data. Maybe it's in a spreadsheet, a CSV file, a relational database, or multiple terabytes of data in an S3 bucket. You need to run SQL queries on this data, and you'd like to share those results with your teammates, coworkers, and partner teams, but you want to do it in a way that allows everyone to view those results on-demand, on the web, and with the latest results without the need for any manual effort on your part.