A look at how a GitHub Action can commit data and plots back into the repo that runs it — and why Parquet is the right format for accumulating time-series data.
A daily GitHub Action fetches Pittsburgh’s nightly weather forecast from the National Weather Service, appends it to a Parquet archive, and rewrites the README — all without any server or cron daemon.