Top "Document-oriented-db" questions

Many-to-many relationship with NoSQL database

I want to implement a taxonomy structure (geo terms) for my node.js application with NoSQL database. I had a …

database-design nosql many-to-many taxonomy document-oriented-db
What's the attraction of schemaless database systems?

I've been hearing a lot of talk about schema-less (often distributed) database systems like MongoDB, CouchDB, SimpleDB, etc... While I …

database nosql key-value-store document-oriented-db schemaless
Is it possible to store multiple types of Objects into 1 mongodb collection?

using document oriënted database mongodb and the Object Document Mapper (ODM) morphia Lets say we have 3 different classes; Object, …

mongodb morphia document-oriented-db