Fork me on GitHub

Thoughts on MongoDB vs Traditional SQL and RavenDB

The Good and Bad of MongoDB Since MongoDB and many other NoSQL options don’t allow for the native concept of a ‘JOIN’ they work best for data that isn’t highly relational. A good use case for NoSQL would be when it seems natural to store and load object graphs based on a particular ID or ...