Hacker News new | ask | show | jobs
by joelhaasnoot 4483 days ago
Worked on a project a few years ago where we needed distributed sync capability. Using git (or bazaar or mercurial) was one of the options - store everything in it versus a database. Interesting to see the same thought "coming back".
1 comments

I've also used libgit as a means to a similar end - providing versioned data across a local filesystem. Its an idea whose time has come ..