Hacker News new | ask | show | jobs
Git as a Database: Chronological Data Storage (moclojer.com)
3 points by avelino 460 days ago
1 comments

When we think of Git, the first association we make is with code version control. However, Git’s internal mechanisms are so well designed that they can be leveraged for purposes beyond traditional version control. A particularly interesting use is as a database, especially for data that benefits from historical and chronological tracking. In this post, we’ll explore Git’s internal structure and how it can be adapted to function as an efficient database.