Tag mongo

Introduction to MongoDB

Introduction to MongoDB

What is MongoDB? MongoDB is an open source NOSQL database. This means that data does not necessarily have to follow a schema. All data is stored in a JSON similar document format known as BSON or Binary JSON and will…

Aggregation Pipelines on MongoDB

Aggregation pipelines on MongoDB

Why use MongoDB? MongoDB is a document oriented NOSQL open source database, which means that data does not necessarily have to follow a certain schema. This makes MongoDB an ideal candidate as a database for big data workloads as it…