1
00:00:02,360 --> 00:00:05,060
When you search for NoSQL databases,

2
00:00:05,060 --> 00:00:09,820
you'll find a lot of options, a lot of comparison articles,

3
00:00:09,820 --> 00:00:12,470
And you can definitely go through that to get an idea

4
00:00:12,470 --> 00:00:16,500
for different NoSQL databases or database systems

5
00:00:16,500 --> 00:00:19,070
or engines you can use.

6
00:00:19,070 --> 00:00:23,450
But the most popular one is actually MongoDB.

7
00:00:23,450 --> 00:00:27,180
It's a super popular, super efficient database

8
00:00:27,180 --> 00:00:29,240
which you can use for free,

9
00:00:29,240 --> 00:00:32,049
which implements the NoSQL concept.

10
00:00:32,049 --> 00:00:34,350
So what you can use, if you want to work

11
00:00:34,350 --> 00:00:37,110
with this NoSQL approach.

12
00:00:37,110 --> 00:00:40,340
You can visit MongoDB.com to learn more about it.

13
00:00:40,340 --> 00:00:43,980
In the next lecture, I'll show you how you can install

14
00:00:43,980 --> 00:00:45,910
MongoDB on your system.

15
00:00:45,910 --> 00:00:48,640
As I said, you can get started with it for free.

16
00:00:48,640 --> 00:00:50,360
It's absolutely free to use,

17
00:00:50,360 --> 00:00:53,620
and it's a great database to work with.

18
00:00:53,620 --> 00:00:56,530
And on this page, you can also learn more about

19
00:00:56,530 --> 00:01:00,080
how data looks like that would be stored in your database.

20
00:01:00,080 --> 00:01:01,610
And here, for example, you again,

21
00:01:01,610 --> 00:01:03,230
see this document structure,

22
00:01:03,230 --> 00:01:06,653
which looks a lot like a JavaScript object in the end here.

23
00:01:07,740 --> 00:01:10,900
Now you will find a pricing option there as well,

24
00:01:10,900 --> 00:01:14,230
but the paid options you see here are basically

25
00:01:14,230 --> 00:01:17,230
extra services, which you don't necessarily need.

26
00:01:17,230 --> 00:01:19,160
You can absolutely get started with it

27
00:01:19,160 --> 00:01:21,750
and run it for free on your local system.

28
00:01:21,750 --> 00:01:24,370
And they are for now in the next lecture,

29
00:01:24,370 --> 00:01:26,770
we're going to set up MongoDB.

30
00:01:26,770 --> 00:01:28,540
Actually in the next lectures.

31
00:01:28,540 --> 00:01:31,370
We're going to set it up on Mac iOS and windows.

32
00:01:31,370 --> 00:01:33,520
Before we then get started working with it.

