Understanding MongoDB

  Рет қаралды 216,636

Frank Kane

Frank Kane

Күн бұрын

UPDATED VERSION OF THIS VIDEO: • Understanding MongoDB ...
Full course: sundog-education.com/course/t...
This lecture from "The Ultimate Hands-On Hadoop: Tame Your Big Data" on Sundog Education covers MongoDB. We talk about the problems it solves, the tradeoffs it makes, and its architecture under the hood.

Пікірлер: 48
@abhijitdixit1589
@abhijitdixit1589 2 жыл бұрын
In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.
@mathewkargarzadeh3158
@mathewkargarzadeh3158 5 жыл бұрын
Dear Frank, Excellent Intro to Mongodb !!. Appreciate putting together this great illustration. Thanks again!!. Mat.
@aramisnasirianfar7652
@aramisnasirianfar7652 4 жыл бұрын
Your tutorials are the best i could find so far. Thanks for the great quality content.
@nareshgb1
@nareshgb1 6 жыл бұрын
Very good, no-nonsense overview.
@bigdatakid5465
@bigdatakid5465 6 жыл бұрын
Excellent video Frank! You have an extraordinary ability to explain complex technical concepts in a simple, easy and concise manner. One little thing: If a config server goes down, it does not cause a database outage. While config servers are down, the cluster does not re-balance, but all CRUD operations continue normally.
@werner6816
@werner6816 Жыл бұрын
A very nice explanation of MongoDB basics, explained in a calm, clear and "ad-free" way. Thanks for sharing.
@ManojKumar711
@ManojKumar711 3 жыл бұрын
One to the best high-level overview I have seen so far.👍
@kld0093
@kld0093 5 жыл бұрын
Can't wait to finish the full course :)
@DrAkyla1123
@DrAkyla1123 5 жыл бұрын
Awesome wrap-up, thank you very much! :)
@digitalnomad303
@digitalnomad303 3 жыл бұрын
Thanks a lot. Great content. Exactly what I was looking for.
@sathishsubramaniam4646
@sathishsubramaniam4646 4 жыл бұрын
Best video on Mongodb on KZbin so far...
@dineshrathee3306
@dineshrathee3306 3 жыл бұрын
Excellent Frank....
@chinmayacharya7228
@chinmayacharya7228 7 жыл бұрын
Good talk, I liked the way you say MongoDB like Microsoft SAM though :D
@olenaqwerty7895
@olenaqwerty7895 2 жыл бұрын
awesome video, thanks for the effort
@BrendanMetcalfe
@BrendanMetcalfe 4 жыл бұрын
Great tutorial thanks!
@NeloOma
@NeloOma 3 жыл бұрын
Love your videos!!
@devrim-oguz
@devrim-oguz 4 жыл бұрын
Really helpful, thanks!
@krimshield4381
@krimshield4381 5 жыл бұрын
Why there are 3 config servers, not 2 or 4? When you are sharding on the primary index, how about others? Primary -> Secondary -> Secondary, what is the later secondary? Replica of replica?
@quiters89
@quiters89 4 жыл бұрын
I feel like this is a movie trailer. awesome movie trailer voice!
@swaroopthomare7237
@swaroopthomare7237 2 жыл бұрын
😂😂
@muhammadahmed8122
@muhammadahmed8122 5 жыл бұрын
Assuming a single replica set, if the primary gets overloaded with write or read requests is the load balanced by the secondaries ?
@sandeep509
@sandeep509 6 жыл бұрын
IS it true that one config server is down the whole cluster is down? I dont think so.....can someone validate that?
@BraamvanHeerden
@BraamvanHeerden 6 жыл бұрын
Nope that is not true, from the MongoDB 3.6 documentation; If the config server replica set loses its primary and cannot elect a primary, the cluster’s metadata becomes read only. You can still read and write data from the shards, but no chunk migration or chunk splits will occur until the replica set can elect a primary. docs.mongodb.com/manual/core/sharded-cluster-config-servers/
@muhammadahmed8122
@muhammadahmed8122 5 жыл бұрын
Partition-tolerence : By that do you mean dividing data across multiple databases ? something like sharding ?
@hpgildwel
@hpgildwel 6 жыл бұрын
what about Postgresql?
@MeyRevived
@MeyRevived 4 жыл бұрын
You know you're going to get a good technical lecture when the presenter has a bat'leth on the wall behin them
@vaibhavrana4953
@vaibhavrana4953 6 жыл бұрын
good intro
@NN-sw4io
@NN-sw4io 6 жыл бұрын
How to enable CDC in MongoDB?
@MrTinkujohn
@MrTinkujohn 5 жыл бұрын
Corporate-y . I felt the same way!! some sales guy wrote their website.
@ahmadalkhaldi8934
@ahmadalkhaldi8934 6 жыл бұрын
Great Intro
@kindersurprise5164
@kindersurprise5164 2 жыл бұрын
where are you from?
@SundogEducation
@SundogEducation 2 жыл бұрын
Florida
@kennethkwakye-gyamfi4765
@kennethkwakye-gyamfi4765 5 жыл бұрын
You talk funny
@danny117hd
@danny117hd 5 жыл бұрын
This rubbing me the wrong way. It appears marketing scripted. Stopped at 16:54 realized that this is a one click deploy in the cloud.
@jayduby5330
@jayduby5330 6 жыл бұрын
I create shard after every time I get drunk and go to taco bell. ...Hire me plz
@vincesanchez7790
@vincesanchez7790 5 жыл бұрын
lot of business now is using mongoDB
@Juniorfunny24
@Juniorfunny24 6 жыл бұрын
1:54 "[MongoDB will automatically add an unique id to every document because it _isn't_ required.]" Uh, wtf? Mind explaining that? That makes zero sense to me. Why would it be added automatically if it isn't needed?
@kumarshubham1198
@kumarshubham1198 6 жыл бұрын
It means that because it isn't guaranteed that each document WILL have a unique field (depends on whether or not the developer creates one), mongodb automatically adds one.
@Juniorfunny24
@Juniorfunny24 6 жыл бұрын
So, a unique field of some kind *is* required?
@MrDavidFitzgerald
@MrDavidFitzgerald 6 жыл бұрын
Yes, but you don't need to provide one of your own.
@evinfrastructureanalytics4668
@evinfrastructureanalytics4668 5 жыл бұрын
It is needed, but not demanded. (Required has more than one meaning)
@akhilnarayanan7182
@akhilnarayanan7182 5 жыл бұрын
"so Mongo DB will automatically give you an _ID field that just automatically appended to your document that contain some unique identifier for you and that's done because there is nothing in MongoDB that says that you have to have some unique field in your document at all"
@dmitrylompa3146
@dmitrylompa3146 2 жыл бұрын
I thought mongo stands for mong beans. Lol
@go-meditate
@go-meditate 5 жыл бұрын
In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 2.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank. For real, I like it
@bilaltariq50
@bilaltariq50 6 жыл бұрын
In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.
@Kayotesden
@Kayotesden 6 жыл бұрын
In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.
@CariagaXIII
@CariagaXIII 6 жыл бұрын
i atually do that alot
SQL vs NoSQL or MySQL vs MongoDB
21:30
Academind
Рет қаралды 1,8 МЛН
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,3 МЛН
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 15 МЛН
¡Puaj! No comas piruleta sucia, usa un gadget 😱 #herramienta
00:30
JOON Spanish
Рет қаралды 22 МЛН
Mastering Chaos - A Netflix Guide to Microservices
53:14
InfoQ
Рет қаралды 2,2 МЛН
MongoDB Schema Design Best Practices
50:39
Joe Karlsson
Рет қаралды 166 М.
MongoDB Crash Course
29:59
Web Dev Simplified
Рет қаралды 643 М.
Data Modeling with MongoDB
34:56
MongoDB
Рет қаралды 104 М.
What is Database Sharding?
26:56
Be A Better Dev
Рет қаралды 148 М.
MongoDB Internal Architecture
43:25
Hussein Nasser
Рет қаралды 80 М.
Understanding MongoDB (2020 Update)
17:20
Frank Kane
Рет қаралды 9 М.
Understanding Kafka
9:49
Frank Kane
Рет қаралды 172 М.
MySQL Tutorial for Beginners [Full Course]
3:10:19
Programming with Mosh
Рет қаралды 11 МЛН
MongoDB Explained in 10 Minutes | SQL vs NoSQL | Jumpstart
11:18