Modeling entity relationships in a non-relational scenario
Since I saw the presentation about Couch Potato, a library for using CouchDB with your Ruby applications I was very curious about how to map a relational schema (that is the most common way to model entities and their relationship) in a document / plain schema where each element has no relation with the others.
And at last, today I found a cool post from Google and it's equivalent for CouchDB.
Now it's time to play with CouchDB!
