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.
⚡ 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.
🧠 What's your take on this?
Cast your vote and see what DevTools Feed readers think
Worth sharing?
Get the best Developer Tools stories of the week in your inbox — no noise, no spam.
Originally reported by dev.to