I have been a great fan of RDBMS SQL for more than 10 years. Infact, while designing any query intensive application I usually prefer to go with either MYSQL or MS SQL. even for smaller projects I choose to go with RDBMS.
In the recent years, NOSQL Movement has getting attention as applications are targeted for cloud. I have also worked in Azure Tables for one of our cloud based projects. Trust me, I really miss SQL a lot when working with Azure Tables.
Recently, 10gen.org announced a public training in MongoDB for Developers and Administrators. I enrolled for the course and its been really enjoying that I never feel that i moved from traditional SQL.
Here some reasons why I love MongoDB
1.Schemaless
2.Faster Data Import
3.JSON based – best for Providing API Services
4.Intuitive Queries
5.Scalablity through Sharding
6.Easy Setup and quick to go