Aneesha S

Aneesha S

Import Data into MongoDB with mongoimport

Import Data Into MongoDB With Mongoimport

Importing is a feature that most databases and language frameworks provide. This is done to make data exported from other sources usable in different forms by other programs, applications, or languages. In MongoDB, we can import data from a variety…

MongoDB $nor Operator – A Brief Overview

MongoDB $nor Operator

You know many operators that can be used to filter the selection criteria of documents from a MongoDB collection. Those operators return documents that meet specified parameters. What if we want to exclude certain criteria? Well, MongoDB has various operators…