
Introduction to MongoDB
Introduction to NoSQL
Advantages of MongoDB
Downloading MongoDB
Installing MongoDB on Windows
Installing MongoDB on MAC
Running MongoDB
Customizing MongoDB
Installing MongoDB as a Service
For MAC please refer to this link provided by Dario
https://alicoding.com/how-to-start-mongodb-automatically-when-starting-your-mac-os-x/
Connecting to MongoDB Database
Listing Databases using Mongo Shell
Looking for Help in Mongo Shell
MongoDB Tools
Introduction to Replica sets
How to configure a replica set
Verifying a replica set
Replica set failover
Introduction to Mongo Shell
Usage Scenarios
Preventing Database Deletion
Shortcut Keys
Editing in external editors
Loading scripts within the Shell
Making use of .mongorc.js file
NoSQL Database Terms
Creating Databases
Inserting Documents using JavaScript Way {Object Literals}
Exploring Object ID datatype
Exploring Relations in MongoDB
Deleting a Collection
Importing data from a file
Pretty print collections data
Querying Collections - Selectors
Querying Collections - Multiple Selectors
Limiting fields via Selectors - Include / Exclude
Difference between Find and FindOne
Query inside of sub objects
Querying Collections - Filtering sub collections
The $in Operator
The $all Operator and $in vs $all
The $ne Opertaor
Numeric Operators
Boolean Operators
Special Operators
$nin Not in operator
Making use of distinct
Making use of Regex - Like clause in SQL
Group By
Count Records
Sorting
Exploring limit and skip methods
Learn the MongoDB from scratch. Covers the latest version 3.2
This course provides you with a practical approach to MongoDB. The main focus of this course is to get you familiar with MongoDB and ensure that you are ready to build cool new web applications using MongoDB in no time.
In this course we will be covering fundamentals of MongoDB first so that it becomes easier to understand the different concepts and syntax that one uses in MongoDB
In this course we will covering following topics
There's only one thing that you have to do apart from watch the video and that is to type the queries on your own
So what are you waiting for let's get started with MongoDB