Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Mongo DB : All About MongoDB
Introduction
Introduction to MongoDB (1:23)
Introduction to NoSQL (2:07)
Advantages of MongoDB (1:46)
Installing and running MongoDB
Downloading MongoDB (1:41)
Installing MongoDB on Windows (1:38)
Installing MongoDB on MAC (2:48)
Running MongoDB (2:06)
Customizing MongoDB (3:04)
Installing MongoDB as a Service (2:53)
Connecting to MongoDB Database via Mongo Shell
Listing Databases using Mongo Shell
Looking for Help in Mongo Shell (2:20)
MongoDB Tools (2:15)
Replica Sets
Introduction to Replica sets (2:36)
How to configure a replica set (4:10)
Verifying a replica set (1:36)
replica set fail over (1:51)
Exploring Mongo Shell
Introduction to Mongo Shell (1:20)
Usage Scenarios (3:02)
Preventing Database Deletion (1:48)
Shortcut Keys (1:08)
Editing in external Editors (1:58)
Loading scripts within the Shell (1:50)
Making use of .mongorc.js file (1:20)
NoSQL Terminology
NoSQL Database Terms (1:30)
Working with MongoDB Database
Creating Databases (3:54)
Inserting Documents using JavaScript Way {Object Literals} (2:49)
Exploring Object ID datatype (3:46)
Exploring Relations in MongoDB (1:35)
Deleting a Collection (1:10)
Importing data from a file (1:45)
Pretty Print Collections Data (1:33)
Querying MongoDB Collections
Querying Collections - Selectors (2:06)
Querying Collections - Multiple Selectors (1:36)
Limiting fields via Selectors - Include / Exclude (1:32)
Difference between Find and FindOne (3:02)
Query inside of sub objects (2:32)
Querying Collections - Filtering sub collections (1:49)
Working with MongoDB Operators
The $in Operator (2:17)
The $all Operator and $in vs $all (3:12)
The $ne Opertaor (1:17)
Numeric Operators (4:06)
Boolean Operators (3:15)
Special Operators (4:53)
$nin Not in operator (0:42)
SQL Query Methods - Distinct,Like and GroupBy
Making use of distinct (0:53)
Making use of Regex - Like clause in SQL (1:57)
Group By (3:39)
Count,Sort and Limit Records
Count Records (1:41)
Sorting (2:08)
limiting records (2:28)
CRUD Operations
Updating One record at a time (7:19)
Updating Multiple records (3:20)
Exploring FindAndModify (4:26)
Updating array items - Push Operator (3:09)
Updating array fields - Adding Unique values to Array collections (2:59)
Removing array items - Pull Operator (2:04)
Removing array items - Pop Operator (2:17)
Positional Operator (2:50)
Rename Operator (1:23)
Deleting records and database (2:21)
Indexing
Introduction to Indexes (3:17)
Types of Indexes (1:16)
Creating a simple Index (4:51)
Creating a compound Index (1:55)
Creating a sparse Index (0:58)
Dropping an Index (1:24)
When an Index will be used (1:38)
User Management And Authentication
Creating and Authenticating Users - MongoDB (3:54)
Working with PHP and MongoDB
Working with PHP and MongoDB (6:52)
Conclusion
Conclusion and File Download (0:29)
Updating Multiple records
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock