6/02/2015

MongoDB Useful Resources




MongoDB is a leading NoSQL document database written in c++  that provides high performance, high availability, and easy scalability.


When you are going to learn and understand document database concepts best way is start with MongoDB.
In tutorialsPoint mogoDB tutorial explains clearly how to work with it.
You can test your code online without installation by using Try MongoDB (mongoDB shell in your browser). You can not create any database inside of the try mongoDB but you can use 'test' database and create any number of collections.
If you want to integrate java with mongoDB, I think this is the best tutorial.

After learning the basics of MongoDB,  I created a simple desktop application with java.
You can download it from my github project location and play around :)

0 comments:

Post a Comment