Skip to content

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…

Author

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.)

Explore more from GitHub

Engineering

Engineering

Posts straight from the GitHub engineering team.
GitHub Universe 2024

GitHub Universe 2024

Get tickets to the 10th anniversary of our global developer event on AI, DevEx, and security.
GitHub Copilot

GitHub Copilot

Don't fly solo. Try 30 days for free.
Work at GitHub!

Work at GitHub!

Check out our current job openings.