MongoDB Tutorial | MongoDB Full Course | MongoDB | MongoDB Tutorial For Beginners | Simplilearn

preview_player
Показать описание

This MongoDB Tutorial or MongoDB full course will help you understand the working of MongoDB. MongoDB is a NoSQL, document-based database management system. It is widely used for full-stack development. This video introduces you to MongoDB, helps you install the same on your system and demonstrates various database operations. This full course video also covers how to connect MongoDB with Python and draws a comparison between MySQL and MongoDB. Here's the list of contents -

00:00:00 MongoDB Tutorial
00:01:37 What is MongoDB?
00:06:30 MongoDB Installation on Windows
00:09:47 MongoDB Tutorial for beginners
01:44:02 Python MongoDB
02:11:23 MongoDB vs MySql

#MongoDBTutorial #MongoDBTutorialForBeginners #MongoDBCourse #LearnMongoDB #MongoDBTraining #Simplilearn

➡️ About Full Stack Java Developer Masters Program
This Java Full Stack Developer course is designed to introduce you to front-end, middleware, and back-end Java web developement technologies. You will learn to build an end-to-end application, test and deploy code, store data using MongoDB, and much more.

✅ Key Features
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Kickstart Full Stack Java Developer career with industry-aligned curriculum by experts
- Hands-on practice through 20+ projects, assessments, and tests
- Learn cutting edge frameworks like React, Springboot, and many more
- Live interaction and applied learning with industry expert trainers
- Practice hands - on learning with Capstone Projects across 4 domains

✅ Skills Covered
- Agile
- Git
- SQL
- Core Java
- Spring
- Spring Boot
- HTML and CSS
- AWS
- Docker
- Jenkins
- JavaScript
- ReactJS
- Cucumber
- Maven JSP
- JDBC
- MongoDB
- JUnit

Рекомендации по теме
Комментарии
Автор

my notes

2:00 Document-oriented
2:25 why MongoDb
2:40 flexible query model --- a user can selectively index some part of a document or a query based on some attribute values, regular expressions or ranges
2:55 native aggregation --- allows users to extract and transform data from MongoDb
3:23 characteristics of MongoDB
3:27 heterogenous loads
3:55 sharding
4:17 complex data pipelines
4:25 replica set
4:31 authentication vs authorisation
4:55 map reduce
5:00 working of MongoDB
5:05 data stored in Documents with help of key value pairs
5:10 MongoDB converts JSON into BSON
5:20 Documents stored in Collections
5:30 Documents in one Collection are not similar
5:33 Collection are stored in MongoDB
5:45 application of MongoDB --- IOT or Mobile Apps or Real Time Analysis or Personalization or Catalog Management or Content Management
6:30 install MongoDB on Windows
9:49 tutorial begins
12:44 install MongoDB on mac
17:35 create db command is use dbName
19:49 terminology used in MongoDB
21:00 how to create collection
22:22 how to create collection and document together
23:33 list all collections
24:00 find contents of documents
32:55 what is ObjectId
37:37 bulk insert of document using json
39:39 update
42:32 important about update
43:33 update set multi true
44:20 update set upsert true
47:47 remove a document
49:00 remove multiple documents
51:30 find documents last two
51:51 db collectionName find sort documentKeyName without quotes and -1 for descending order
53:53 find embedded documents
55:55 find filtered documents using gt
57:27 find filtered documents using in
1:00:00 db collectionName explain executionStats find documentKey documentValue
1:02:30 db collectionName getIndexes
1:03:20 1:06:33 db collectionName createIndex documentKeyName sortOrder
1:04:40 index improves search performance
1:07:47 db collectionName dropIndex _value
1:11:11 aggregation project match group sort
1:13:13 db collectionName aggregate match documentKeyName value
1:16:16 db collectionName aggregate match and documentKeyName value documentKeyName gt value
1:18:18 db collectionName aggregate project documentKeyName 0 or 1
1:21:21 db collectionName aggregate match documentKeyName value project documentKeyName 0 or 1
1:23:43 _id is must with group
1:24:24 why key Section had value Section
1:25:05 db collectionName aggregate group _id documentKeyName documentKeyName newKeyName operation documentKeyName
1:26:26 db collectionName aggregate match documentKeyName value group _id documentKeyName documentKeyName newKeyName operation documentKeyName
1:28:00 what is meaning of 1 after dollar_sum
1:30:30 replication master and slave
1:32:00 1:36:36 email address of Amarjeet
1:33:33 create cluster
1:34:34 primary cluster is used for inserting data and secondary cluster is used for reading data and replication
1:36:00 whitelist all ip address
1:38:48 connection to cluster via shell
1:42:00 insert document to cluster

prisinha
Автор

Thank you guys from India. Cheers from Brazil!

marcogrella
Автор

Best mongo tutorial covering aggregation, index, atlas, pymongo basics. Thank you

biplabroy
Автор

Is this all about MongoDB .. ? Is there any more content Or just 2hrs to learn this ?

Gaaaraa
Автор

Why excutionTimeMillis is shown as 5sec after applying index @1:04:54 while before applying index it was 0secs @1:01:30

kaustubhmandlekar
Автор

Excellent tutorial for clearing concepts.Thank you Sir.

nirmayikelkar
Автор

Thank you sir, your video is very helpful, i have one request, can you please provide code how to store twitter data in MongoDB atlas cloud via python

Sapnapandey
Автор

Make this in hindi will be much better

shivshankarrk