Mongodb

Getting Started with MongoDB

In this post, we are going to go through some basic concepts of MongoDB and will Perform CRUD operations on console. What is MongoDB? MongoDB is an open-source database management system (DBMS). It is based on a document-oriented…Read More

Elasticsearch

Getting Started with Elasticsearch: A basic overview

In this post, we will cover some basic concepts of elasticsearch, mapping and indexing the data, and searching on that data. What is Elasticsearch? Elastic search is an open source, distributed NoSQL database, full text search engine…Read More