1
00:00:08,590 --> 00:00:09,670
In this video.

2
00:00:09,700 --> 00:00:14,500
Let me show you another to call MongoDB Compos.

3
00:00:14,500 --> 00:00:22,240
And this is a software where we can interact with MongoDB right inside the software without using code.

4
00:00:22,240 --> 00:00:24,820
So let's see how we're going to install that.

5
00:00:24,820 --> 00:00:30,100
So let's go to Google and search for MongoDB composite download.

6
00:00:30,100 --> 00:00:37,990
So go down and then click on the MongoDB dot com slash trial slide download slash compas.

7
00:00:37,990 --> 00:00:39,940
So let's click on that again.

8
00:00:39,940 --> 00:00:44,080
I'll provide the link for you and here we go.

9
00:00:44,080 --> 00:00:50,530
So down here you need to download for your operating system, so make sure that you select your platform.

10
00:00:50,530 --> 00:00:58,150
So I'm going to click on download and I have it been downloaded already, so I'll cancel the download

11
00:00:58,150 --> 00:00:58,960
after that.

12
00:00:58,960 --> 00:01:01,480
The installation is pretty simple.

13
00:01:01,510 --> 00:01:06,820
That is click, click, click and install after installing.

14
00:01:06,850 --> 00:01:12,460
This is what I have, so I'm going to open it and I have this window.

15
00:01:12,490 --> 00:01:18,340
I'm going to drag and place it inside my application folder and I'm good to go.

16
00:01:18,670 --> 00:01:19,210
All right.

17
00:01:19,210 --> 00:01:24,490
So as soon as you finish installing, the next step is go ahead and open it.

18
00:01:24,730 --> 00:01:28,840
And after opening, this is what you are going to see.

19
00:01:29,140 --> 00:01:33,400
And the next step is click on Start using Kompass.

20
00:01:33,400 --> 00:01:36,400
And there we go.

21
00:01:36,550 --> 00:01:40,840
The next step is make sure you paid your connection string.

22
00:01:41,170 --> 00:01:44,080
So let's go ahead and paste our connection string.

23
00:01:44,080 --> 00:01:51,700
So my connection string is here, I'll copy it and now come here and let me paste it here and click

24
00:01:51,700 --> 00:01:52,990
on Connect.

25
00:01:52,990 --> 00:01:54,250
So let's wait.

26
00:01:54,250 --> 00:01:58,990
Connecting to MongoDB and there we go.

27
00:01:59,020 --> 00:02:07,120
You can see how awesome is this tool, the same way you saw when we're working with MongoDB, right

28
00:02:07,120 --> 00:02:12,520
inside visual CD code is the same as this and you can see that we have our database here.

29
00:02:12,550 --> 00:02:18,760
If you click on that, I'm going to see all databases and by default we have a database named Core Admin

30
00:02:18,760 --> 00:02:26,230
and this one was given to us by MongoDB and this is what I created by myself and then look out to is

31
00:02:26,380 --> 00:02:31,930
me and this one is from the extension and the one that we worked on is called this cool.

32
00:02:31,960 --> 00:02:38,860
So if I click on that, you can see that I have two collections and that this particular database called

33
00:02:38,860 --> 00:02:40,630
Sales and Students.

34
00:02:40,630 --> 00:02:49,030
So let's click on student and you're going to see the document that we have created from the visual

35
00:02:49,120 --> 00:02:49,720
ID code.

36
00:02:49,720 --> 00:02:58,150
And when you're using the MongoDB drivers and for this one, we can add new data here or we can insert

37
00:02:58,450 --> 00:03:04,300
commands or we can import a document right inside this particular software.

38
00:03:04,630 --> 00:03:07,510
And I can also interact with this particular data.

39
00:03:07,510 --> 00:03:09,550
I can use this search tool to filter.

40
00:03:09,910 --> 00:03:10,640
Let's see that.

41
00:03:10,690 --> 00:03:12,640
I want to find a student by name.

42
00:03:12,640 --> 00:03:19,240
I can do it here as that my carry basis and then the name field and the value.

43
00:03:19,270 --> 00:03:25,330
Let me call this one as from as when I finished, I'll click on this icon called Find.

44
00:03:25,360 --> 00:03:26,080
Now let's see.

45
00:03:26,110 --> 00:03:27,970
See that I have one student.

46
00:03:27,970 --> 00:03:35,020
So for this one you can work with MongoDB right inside this tool using the user interface.

47
00:03:35,020 --> 00:03:41,050
So as we move on, we become here to visualize whether our data has been created or not.

