In my last post I gave you all a brief introduction about NoSQL databases and its uses. As I mentioned in my last post , in this blogpost I'll give you all an overview of MongoDB and how to get started using MongoDB.      Basically MongoDB is a document-oriented, NoSQL database and it can be rated as the most popular and widely used NoSQL database. MongoDB is free and open source , therefore anyone can simply download it from their site and start using it in their applications. It stores data as JSON(JavaScript Object Notation) like documents with schemas. In fact, data is actually stored in MongoDB as BSON objects. BSON is very much similar to JSON except that it is the binary representation of JSON. Unlike JSON, BSON is optimized for performance and navigational abilities. Typically data will be stored in the format shown on the following picture.      Key features that had contributed to the huge popularity of MongoDB are as follows:   Support Ad hoc queries together JavaScript ...
Welcome to my online blog! I'm Stefinie , a software engineering graduate from SLIIT. My passion and enthusiasm for computer science and new technologies led me to chose this path. This blog is all about my projects, and experiences with different technologies during my journey through the field of computer science and software engineering