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 cases for each one. ...
I'm designing a system that will have to store a massive amount of JSON-structured data. Mongo seems ideal for this task given its mapping to the data in question verus HBase. ...