Introduction to MongoDB - Zero To Document Hero

preview_player
Показать описание
Once upon a time, relational databases, or RDMS (think SQL), were the only data store in town. But now there’s a competitor, a group of non-SQL (aka NoSQL) databases, including document databases such as MongoDB.

In this talk, you will learn about the primary differences between them, what MongoDB is, including its full developer data platform, why document databases are so powerful, how MongoDB can be used with .NET, and some really cool uses cases that show databases can be cool ;).

By the end of the talk, you should walk away realising that SQL isn't the only way.

0:00 Introduction
1:30 Luce Carter
2:55 Luce’s History with Databases
8:10 Tables vs. Documents
16:48 Term Mapping Summary
22:26 MongoDB Atlas
27:49 Browsing Documents
38:25 .NET with MongoDB
48:45 MongoDB University
50:05 MongoDB Realm (Mobile)
53:17 MongoDB in Action
1:01:43 Questions and Answers
1:10:01 Outro

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

This was very interesting. Thank you Luce!

Marco_Mindstone
Автор

Where can I find the code of Mflix sample with .NET Core MVC and Web API from the presentation? It seems links from slides to not work anymore.

andtkach
Автор

Hi!
Can we keep images directly in Mongo DB ?
I mean not a links to images, but images themselves?
Thanks in advance ♥️

Hacking-NASSA-with-HTML
Автор

What is the best way to update entire document with array of objects for example
doc = [{
_id:"acnal212e",
name:"bbla",

},
{
_id:"acnadas2e",
name:"bblsaa",

},
{

name:"bsacblsaa",

}
]
arr = [{
_id:"acnal212e",
name:"bblax",

},
{
_id:"acnadas2e",
name:"bblsaaxxxx",

},
{

name:"bsacblsaaxxx",

}



]

orion
Автор

Hello wonderful person reading this comment.

esra_erimez