ovi.ro

ovi.ro

MongoDB CheatSheet

MongoDB is one of the best NoSQL databases out there. NoSQL might seem odd at first glance and may be hard to pass from relational to non-relational databases but in time you begin to see the advantages.

MongoDB probably isn’t the only solution for your application, because if you need transations or complex joins you’ll need to put some of your data in relational databases, but you can store object like documents directly as you have them in your OOP environment.

I didn’t find online any MongoDB cheatsheet and I thought it is a good ideea to start one on cheatography.

You can find it on cheatography.com searching for MongoDB. It is still in progress, but for basic operations you’ll find it usefull. I also plan to create a wider version here.