Mongodb Tutorial 9 - What is Mongodb Sharding? How to setup Mongodb Sharding Step by Step?

preview_player
Показать описание
Hey Guyz, This is Mongodb tutorials for beginners with node js by Codez Tech will give you an introduction to the entire MongoDB from the scratch, Below are the topics covered in this MongoDB tutorial video:

1. What is MongoDB Sharding?
2. How to setup MongoDB Sharding?

Subscribe to my channel to get video updates. Hit the subscribe button above.

#Mongodbutorial #MongodbOnlineTraining #Mongodbforbeginners #Mongodb #MongodbWithNodejs #MongodbSharding #MongodbReplication

--------- ABOUT MYSELF AND MY YOUTUBE CHANNEL ------------

I am a self-starter with strong interpersonal skills. I work efficiently both as an individual contributor as well as along with a team. I seek new challenges and try to think out-of-the-box while looking for creative solutions to a given problem.

--------------------- SOFTWARE LINK ----------------------

--------------------- PROJECTS LINK ----------------------

----------------- ABOUT THE COURSE ----------------------

About The Course

In this crash course you will learn about Overview of Mongodb, What is MongoDB, How MongoDB to store the data, Why and where we need to use MongoDB,
MongoDB supports language, Installation of Mongodb, Creating deleting database and collection in MongoDB, Inserting data into MongoDB, deleting data into
MongoDB, updating data into MongoDB,few MongoDB query such as MongoDB projecting, MongoDB find, MongoDB or, MongoDB and, MongoDB sort, MongoDB count, MongoDB skip,
MongoDB limit, what is MongoDB indexing or MongoDB ensure index concept, what is MongoDB Aggregation, what is MongoDB Replication, what is MongoDB Sharding,
what is MongoDB backup and restore, how to connect node js with MongoDB and perform insert, delete, update data into MongoDB from the postman.

-------------- WHO CAN TAKE THIS COURSE -------------------

Who should go for this course?

The following professionals can go for this ELK Stack course:

Beginners - Basic Computer Background | Science Background | Arts Background
Bachelor of Computer Application - Background Students
Master of Computer Application - Background Students
PhD in Computer Science - Background Students
Data Analyst - Any Experience level
Web Developer - Any technology
Full Stack Engineer - Any Experience level
Full Stack Technical Architect
Web Analyst

------------------------ WHY MONGO DB ----------------------

Why we should learn MongoDB?

MongoDB will help you find answers to the below questions that might be part of various Business Scenarios:

- MongoDB is an Object-Oriented, simple, dynamic, and scalable NoSQL database.
- MongoDB data objects are stored as separate documents inside a collection instead of storing the data into columns and rows of a traditional relational database.
- MongoDB stores the data that provides high performance, high availability, and automatic scaling
- MongoDB is an extremely simple and easy Install/Implement.
- MongoDB is an open-source, free to use.
- MongoDB storage documents and it’s stored as JSON or BSON objects
- General distribution Mongodb supports Windows, Linux, Mac OS X, and Solaris
- Easy Integration with BigData Hadoop
- No Joins

--------- NODEJS TUTORIAL LINK AND PROJECT LINK --------------

----------- ELASTIC SEARCH TUTORIAL LINK AND PROJECT LINK ------------

------------------ MY CONTACT INFORMATION ---------------------

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

Sir, I have spent my day to understand the sharding but you have explained it with practical in few minutes. Thank you!

kdk
Автор

How to use pre existing database for sharding. You r creating new database in mongos. I have to shard already exists database.

vineetkumar
Автор

Great, all in one server, it would be better if rest 2 replica (both secondary) of all 3 shards could be added in mongos, is that possible?

pslleugue
Автор

Hi Codez,
I gone through the tutorial & accordingly I have setup in single node- All are working fine but when am trying to reach one of the mongo port it showing me the below errror.
Error: couldn't connect to server 127.0.0.1:37017, connection attempt failed: So
even i checked the mongodb status its up & running still am getting above error. can you plz assist me on this.

shankark