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
- Host: GitHub
- URL: https://github.com/dina-hosny/learning-mongodb
- Owner: Dina-Hosny
- Created: 2023-02-15T20:07:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T20:29:50.000Z (over 3 years ago)
- Last Synced: 2025-01-13T22:26:49.871Z (over 1 year ago)
- Topics: mongo, mongodb, nosql, nosql-database, query
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.