git: All content tagged as git in NoSQL databases and polyglot persistence
Friday, 28 January 2011
CouchDB Replication Protocol and Git
Interesting parallel between CouchDB replication protocol and Git on this StackOverflow answer:
- Like Git, records have a linked-list revision history
- In addition to application data every record stores the evolutionary timeline of all previous revision IDs leading up to itself
- Git isn’t really a linear list. It has forks, when one parent has multiple children. CouchDB has that too.
- Git also has merges, when multiple children have one parent. CouchDB sort of has that too.
This is not the first time Git comes up when discussing NoSQL databases. Here’s a comparison of Git and Riak.
Original title and link: CouchDB Replication Protocol and Git (NoSQL databases © myNoSQL)
Thursday, 27 January 2011
Neo4j Goes GitHub
Neo4j is abandonning their copy of SVN(nb: the repository will remain available, but in read-only mode) and is moving on GitHub. Prepare yourself for “Watch”-ing and “Fork”-ing.
Original title and link: Neo4j Goes GitHub (NoSQL databases © myNoSQL)
via: http://groups.google.com/group/nosql-databases/browse_thread/thread/9631cf254f48a1f7
Monday, 18 October 2010
Git vs Riak !
Interesting association and comparison of the distributed source control Git and distributed NoSQL database Riak coming from Rick (@technoweenie of GitHub).
You can check it ☞ here
Original title and link: Git vs Riak ! (NoSQL databases © myNoSQL)
