What is the pros and cons of MongoDB (document-based), HBase (column-based) and Neo4j (objects graph)?
I\'m particularly interested to know some of the typical use cas
You could also evaluate a Multi-Model DBMS, as the second generation of NoSQL product. With a Multi-Model you don't have all the compromises on choosing just one model, but rather more than one model.
The first multi-model NoSQL is OrientDB.