views:

128

answers:

3

Hi,

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.

http://stackoverflow.com/questions/703999/what-are-some-examples-of-problems-that-are-best-solved-with-graphs

Maybe any Slideshare or Scribd worthy presentation?

A: 

Pretty decent article here on MongoDB and NoRM (.net extensions for MongoDB) http://lukencode.com/2010/07/09/getting-started-with-mongodb-and-norm/

SomeMiscGuy
+1  A: 

I know this might seem like an odd place to point to but, Heroku has recently gone nuts with their noSQL offerings and have an OK overview of many of the current projects. It is in no way a Slideshare press but it will help you start the comparison process:

http://blog.heroku.com/archives/2010/7/20/nosql/?utm_medium=email&utm_source=EmailBlast&utm_content=619506254&utm_campaign=HerokuSeptemberNewsletter-VersionB&utm_term=NoSQLHerokuandYou

Braden
+1  A: 

Checkout this comparison of NoSQL data stores.

Stephen Holiday