Zero Dollars to Track Cattle Prices Forever: Git as a Temporal Database via GitHub Actions
Imagine scraping market data daily, storing every price tick immutably, all for free. One dev did it by hijacking Git itself as a database, with GitHub Actions as the engine.
DevTools FeedApr 03, 20264 min read
⚡ Key Takeaways
Transform GitHub repos into free temporal databases using daily commits from Actions workflows.𝕏
Key trick: permissions: contents: write unlocks writes without tokens.𝕏
Ideal for low-volume time-series like prices, sensors — scales to analysis via git tools.𝕏
The 60-Second TL;DR
Transform GitHub repos into free temporal databases using daily commits from Actions workflows.
Key trick: permissions: contents: write unlocks writes without tokens.
Ideal for low-volume time-series like prices, sensors — scales to analysis via git tools.