Comments on How to Deploy a MongoDB Sharded Cluster on CentOS 7

This tutorial shows you how to install a MongoDB Sharded Cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to perform a horizontal scale of data and to partition all data across independent instances.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Romulo Vieira da Silva

Nice post. You should update it to Mongo 3.6 as that's the most up-to-date by now version.

 

Also have you ever heard of mtools? They are a group of tools for mongo that enables you to exactly all of that with much less commands.

Have a look: https://github.com/rueckstiess/mtools

By: Thomas Medina

It works! Very nice post you just have to add about open the firewall port. Thanks!

By: William Gutierrez

How can I get the connection string after set the cluster?

By: flume

Thanks very simple and descriptive. 

By: lock

Great Post. Followed the instruction, and successfully run shading service on local virtual machine.

By: prashant verma

Hi,

I have configured mongodb clustered successfully. But I am facing problem while making connection with this setup.

Need your help for making connection string.

Thanks

Prashant

 

By: Raja

What about Arbiter? Isn't it required in production?