An open API service indexing awesome lists of open source software.

https://github.com/dina-hosny/learning-mongodb

Simple tasks to learn and practice the basics of the MongoDB and NOSQL queries
https://github.com/dina-hosny/learning-mongodb

mongo mongodb nosql nosql-database query

Last synced: about 1 month ago
JSON representation

Simple tasks to learn and practice the basics of the MongoDB and NOSQL queries

Awesome Lists containing this project

README

          

# Learning Mongo DB

Simple Tasks to Learn and Practice the MongoDB NoSQL database queries.

## What is MongoDB?

MongoDB is an open-source NoSQL document database built on a horizontal scale-out architecture that uses a flexible schema for storing data.

## Repository's Content:

Learning MongoDB repository contains two files:

- ```MongoDB - first file``` contains some practicing queries on the CRUD operations, Queries, and Indexes.

- ```MongoDB - second file``` contains some practicing queries on Aggregation and Relations.