Git as a Data Store in Python (and Ruby)
I recently stumbled across an older article titled Using Git as a versioned data store in Python by @jwiegley. Your browser does not support IFrames Basically, it’s a module similar…
I recently stumbled across an older article titled Using Git as a versioned data store in Python by @jwiegley.
Basically, it’s a module similar to Python’s shelve which stores your data in a Git repository. Nicely done.
The repository is part of his git-issues project at http://github.com/jwiegley/git-issues.
(There’s also a similar project in Ruby, GitStore http://github.com/georgi/git_store, worth looking into.)
Written by
Related posts
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.
Announcing 150M developers and a new free tier for GitHub Copilot in VS Code
Come and join 150M developers on GitHub that can now code with Copilot for free in VS Code.