How to Setup Mongo DB Sharding

A part of set of Mongo database Videos.This video will give you a hands on session regarding Mongo Database Sharding.
This video is continuation to basic explaination of Mongo DB Sharding.Check it out before watching this video:
• Mongo DB Sharding Basi...
Here's what you will learn :
First i'll be giving you an introduction to the configuration setup of sharding.I would be then providing you hands on explaination using a single test server about how you can configure Mongo DB Sharding in a real environment.
This video is part of a playlist of videos on Mongo, you can subscribe to my channel and explore more videos on programming, database administration and much more.
You can follow me on twitter @HubVemara.
Check out my blog : csrepo.blogspot.com/

Пікірлер: 51

  • @SunPackSys
    @SunPackSys3 жыл бұрын

    Simple and Awesome … complete setup demonstrated in 12 min video

  • @vemarahub

    @vemarahub

    3 жыл бұрын

    Thank you for watching🙂

  • @uzzalbasak2517
    @uzzalbasak25172 жыл бұрын

    Simple and Excellent explanation. I really Like your blog also. Finished such a big and Complex setup within 12:23 mins.

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    Thank you for watching😊

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

    Excellent Demo and very clear Explanation...Thank you ..Sir..😎👌

  • @vemarahub

    @vemarahub

    Жыл бұрын

    thank you for watching😊

  • @Phyx1u5
    @Phyx1u52 ай бұрын

    damn this was so good. 12 minutes, all meat no fat. thanks so much

  • @vemarahub

    @vemarahub

    2 ай бұрын

    Thank you so much for watching😊.Subscribe for more such videos.

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

    simple and to the point thanks bro

  • @vemarahub

    @vemarahub

    Жыл бұрын

    Thank you for watching😊

  • @ecki0800
    @ecki08002 жыл бұрын

    So you‘re telling me that I just forgot to Shard the Collection.. awesome Video! Trank you very much!

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    thank you for watching

  • @vinaykumarmaurya4956
    @vinaykumarmaurya49562 жыл бұрын

    i'm so happy to see this video, very useful, very thanks

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    thank you for watching!:)

  • @pavan1006
    @pavan10063 ай бұрын

    Excellent man!!

  • @vemarahub

    @vemarahub

    3 ай бұрын

    Thank you for watching.subscribe for more such vidoes😊

  • @thisissharief7651
    @thisissharief76518 ай бұрын

    wonderful, you've got a new subscriber

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

    This serious like a paid course. Thanks share this with us. Great Job. Keep it up

  • @vemarahub

    @vemarahub

    Жыл бұрын

    Thank you for watching😃

  • @KrishKhare-yz7wn
    @KrishKhare-yz7wn10 ай бұрын

    Very good explanation, please also make a video for different machines sharding😊

  • @vemarahub

    @vemarahub

    10 ай бұрын

    Thank you for watching😊

  • @brayanpadrino393
    @brayanpadrino3933 жыл бұрын

    great job

  • @kudaykumar1261
    @kudaykumar12613 жыл бұрын

    Sir can you do it in the window 10 for shard configuration set up please

  • @kudaykumar1261
    @kudaykumar12613 жыл бұрын

    Sir by seeing the steps i did it in windows 10 sir, its working only problem is - - fork not support and the make a0, a1 are any as server , need to open many terminal for this any way I was done. Thank you so much sir.

  • @awssoorinje747
    @awssoorinje7478 ай бұрын

    Sir, could you please create an end-to-end video on a real-time MongoDB project? This would greatly benefit those looking to gain practical experience. Thank you!

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

    excellent work

  • @vemarahub

    @vemarahub

    Жыл бұрын

    Thank you for watching😊

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

    Very Good Explanation ..

  • @niketpatel7935

    @niketpatel7935

    Жыл бұрын

    How to Do in AWS Instance with different instances ?

  • @vemarahub

    @vemarahub

    Жыл бұрын

    thanks for watching 😊. You can install 3 instances on 3 different ec2 instances and try setting up sharded cluster.

  • @vinay8677
    @vinay86773 жыл бұрын

    Brilliant 👍

  • @vemarahub

    @vemarahub

    3 жыл бұрын

    Thank you🙂

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

    How to create a Mongo instance that can be dynamically configured and deployed by an ADO pipeline

  • @zensic
    @zensic2 жыл бұрын

    Thank you so much

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    thank you for watching

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

    thank you.

  • @vemarahub

    @vemarahub

    Жыл бұрын

    thanks for watching

  • @demulupusarla9248
    @demulupusarla92482 жыл бұрын

    explanation excellent, can u make video for different servers(config-server, shard1-server, shard2-server, mongos-server) then, how to connect each server

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    thank you for watching

  • @gauravchauhan-en9kc
    @gauravchauhan-en9kc2 ай бұрын

    Hi. Recently i got task to work on mongo shard & boy this video helps me a lot to understand the whole picture of configurations. But i am facing issue, during accessing the mongos docker container " I have setup the shard cluster on docker ". All the containers are on same docker network driver, which make all the containers to talk to each other. Even mongos container is also able to connect to the mongo config container, but when i am trying to connect the mongos, it through " MongoServerSelectionError " error. Need some help on this error, Thanks in advance.

  • @vemarahub

    @vemarahub

    2 ай бұрын

    Thank you for watching. could you try with directConnection param mongodb://localhost:27017/mydb?replicaSet=rs0&retryWrites=true&w=majority&directConnection=true

  • @pradeepkumark1768
    @pradeepkumark17682 жыл бұрын

    0:58 what is that application using config server in this video?

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    its a Virtual machine linux server

  • @pradeepkumark1768

    @pradeepkumark1768

    2 жыл бұрын

    @@vemarahub for windows what we will use that application?

  • @Ramkumar-vp4ue
    @Ramkumar-vp4ue3 жыл бұрын

    Excellent presentation if you would used containers instead of one machine that would be realistic. Thank you though.

  • @vemarahub

    @vemarahub

    3 жыл бұрын

    Thank you for watching and thank you for the feedback.Have plans for containers as a seperate platylist would add to list.

  • @demulupusarla9248
    @demulupusarla92482 жыл бұрын

    where is the shard key, can u explain about shard key

  • @vemarahub

    @vemarahub

    2 жыл бұрын

    shard key is the field you choose to distribute your shard.While sharding a collection you have an option to select the shard key.Only condition is that the field has to be indexed.Once selected you cannot change the shard key for a collection.

  • @demulupusarla9248

    @demulupusarla9248

    2 жыл бұрын

    @@vemarahub thank you

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

    Tim 12:13

  • @demulupusarla9248
    @demulupusarla92482 жыл бұрын

    {_id:1}, this is ur shard key