1
00:00:09,000 --> 00:00:10,110
Welcome back.

2
00:00:10,140 --> 00:00:13,860
Let's get started with MongoDB.

3
00:00:13,890 --> 00:00:21,150
But before we get into MongoDB, let's look at the road map of running MongoDB, meaning what we are

4
00:00:21,150 --> 00:00:22,380
going to cover.

5
00:00:22,800 --> 00:00:25,080
All right, so let's have a look.

6
00:00:25,170 --> 00:00:33,630
The first concept that we are going to run under MongoDB is installation, meaning how we can install

7
00:00:33,660 --> 00:00:36,580
MongoDB, which is really important.

8
00:00:36,600 --> 00:00:44,580
And after that, we need to learn how to configure MongoDB, for example, giving it permission and

9
00:00:44,580 --> 00:00:45,420
many more.

10
00:00:45,780 --> 00:00:53,130
So after installation and we configure MongoDB with some permission, we are going to connect MongoDB

11
00:00:53,160 --> 00:01:02,520
to our application so that our application can talk to MongoDB to create, delete and do operation on

12
00:01:02,520 --> 00:01:03,420
the data.

13
00:01:03,690 --> 00:01:08,720
And the application that we are going to connect to is Node.js.

14
00:01:08,730 --> 00:01:13,530
And after connecting we are going to do what is called data modeling.

15
00:01:13,530 --> 00:01:20,120
And at this point we are going to spend our entire life here in each of these sections we will have

16
00:01:20,130 --> 00:01:22,650
even more so under data modeling.

17
00:01:22,650 --> 00:01:29,220
We will do operations like core operations, data modeling, data acquisition and many more.

18
00:01:29,220 --> 00:01:36,630
And after that you will learn how to do what is called database situation, how we can link one data

19
00:01:36,630 --> 00:01:44,160
to another, and we will talk about 1 to 1 relationship, one to many relationships and many to many

20
00:01:44,160 --> 00:01:45,150
relationships.

21
00:01:45,360 --> 00:01:45,930
All right.

22
00:01:45,930 --> 00:01:51,510
So with that being said, the next video, let's talk about what is MongoDB?

