In my previous article we have discussed on how to install MongoDB in Windows and OSX. Now let us explore how to work with MongoDB Shell interface or command window or terminal window. Just to recap, in order to work…
Month: December 2017
MongoDB Installation
In my previous article, I have discussed about NoSQL and how is it different from traditional database. In this article, I would be discussing on how to set up or install the MongoDB in your computer. So follow along with…
Exploring NoSQL using MongoDB
What is NoSQL? Data is everywhere. It is getting generated as the number of systems/softwares are increasing. It increases with number of customers and expansion of businesses. More da ta needs to be easily retrieved/updated/created without affecting the systems and…
A first look on Inverted Index
Article context: Azure Search Service that indexes a document and provides features like Synonyms, Spelling Corrections and Facets. Azure Search Service stores the data in the form of documents (in JSON format) and will manages multiple indexes to retrieve data…