Understanding MongoDB

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
    @abhijitdixit15892 жыл бұрын

    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.

  • @werner6816
    @werner6816 Жыл бұрын

    A very nice explanation of MongoDB basics, explained in a calm, clear and "ad-free" way. Thanks for sharing.

  • @mathewkargarzadeh3158
    @mathewkargarzadeh31585 жыл бұрын

    Dear Frank, Excellent Intro to Mongodb !!. Appreciate putting together this great illustration. Thanks again!!. Mat.

  • @aramisnasirianfar7652
    @aramisnasirianfar76525 жыл бұрын

    Your tutorials are the best i could find so far. Thanks for the great quality content.

  • @bigdatakid5465
    @bigdatakid54656 жыл бұрын

    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.

  • @nareshgb1
    @nareshgb16 жыл бұрын

    Very good, no-nonsense overview.

  • @ManojKumar711
    @ManojKumar7113 жыл бұрын

    One to the best high-level overview I have seen so far.👍

  • @DrAkyla1123
    @DrAkyla11235 жыл бұрын

    Awesome wrap-up, thank you very much! :)

  • @digitalnomad303
    @digitalnomad3033 жыл бұрын

    Thanks a lot. Great content. Exactly what I was looking for.

  • @kld0093
    @kld00935 жыл бұрын

    Can't wait to finish the full course :)

  • @chinmayacharya7228
    @chinmayacharya72287 жыл бұрын

    Good talk, I liked the way you say MongoDB like Microsoft SAM though :D

  • @sathishsubramaniam4646
    @sathishsubramaniam46464 жыл бұрын

    Best video on Mongodb on KZread so far...

  • @dineshrathee3306
    @dineshrathee33063 жыл бұрын

    Excellent Frank....

  • @BrendanMetcalfe
    @BrendanMetcalfe4 жыл бұрын

    Great tutorial thanks!

  • @devrim-oguz
    @devrim-oguz4 жыл бұрын

    Really helpful, thanks!

  • @olenaqwerty7895
    @olenaqwerty78952 жыл бұрын

    awesome video, thanks for the effort

  • @NeloOma
    @NeloOma3 жыл бұрын

    Love your videos!!

  • @quiters89
    @quiters894 жыл бұрын

    I feel like this is a movie trailer. awesome movie trailer voice!

  • @swaroopthomare7237

    @swaroopthomare7237

    2 жыл бұрын

    😂😂

  • @MeyRevived
    @MeyRevived4 жыл бұрын

    You know you're going to get a good technical lecture when the presenter has a bat'leth on the wall behin them

  • @krimshield4381
    @krimshield43815 жыл бұрын

    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?

  • @sandeep509
    @sandeep5096 жыл бұрын

    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
    @muhammadahmed81225 жыл бұрын

    Assuming a single replica set, if the primary gets overloaded with write or read requests is the load balanced by the secondaries ?

  • @MrTinkujohn
    @MrTinkujohn5 жыл бұрын

    Corporate-y . I felt the same way!! some sales guy wrote their website.

  • @vaibhavrana4953
    @vaibhavrana49536 жыл бұрын

    good intro

  • @muhammadahmed8122
    @muhammadahmed81225 жыл бұрын

    Partition-tolerence : By that do you mean dividing data across multiple databases ? something like sharding ?

  • @kindersurprise5164
    @kindersurprise51642 жыл бұрын

    where are you from?

  • @SundogEducation

    @SundogEducation

    2 жыл бұрын

    Florida

  • @hpgildwel
    @hpgildwel6 жыл бұрын

    what about Postgresql?

  • @ahmadalkhaldi8934
    @ahmadalkhaldi89346 жыл бұрын

    Great Intro

  • @NN-sw4io
    @NN-sw4io6 жыл бұрын

    How to enable CDC in MongoDB?

  • @kennethkwakye-gyamfi4765
    @kennethkwakye-gyamfi47655 жыл бұрын

    You talk funny

  • @jayduby5330
    @jayduby53306 жыл бұрын

    I create shard after every time I get drunk and go to taco bell. ...Hire me plz

  • @danny117hd
    @danny117hd5 жыл бұрын

    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.

  • @vincesanchez7790
    @vincesanchez77905 жыл бұрын

    lot of business now is using mongoDB

  • @dmitrylompa3146
    @dmitrylompa31462 жыл бұрын

    I thought mongo stands for mong beans. Lol

  • @Juniorfunny24
    @Juniorfunny246 жыл бұрын

    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"

  • @Kayotesden
    @Kayotesden7 жыл бұрын

    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

  • @go-meditate
    @go-meditate5 жыл бұрын

    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
    @bilaltariq506 жыл бұрын

    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.