Some days away since the MongoDB Workshop I made with the students (Bachelor and Master Degree) of the Escuela Superior de Ingenierías of the University of Huelva.
replica set
It is the moment to upgrade our MongoDB installation, do we know how to do it? In this post we will explain how to achieve it for all sort of deployments, a stand-alone node, a Replica set or a Sharded Cluster. We will talk about how to upgrade to 3.0 […]
Definition A sharded cluster is a set of Replica Sets (shards) whose mission is to distribute the load uniformly, so that we can scale horizontally our applications in order to work with huge amounts of data. Advantages of a sharded cluster The main features of a sharded cluster are:
We will see how to set up our mongod services in order to deploy a Replica Set and for getting high availability and automatic data replication. The first thing we need is to have MongoDB installed in our computer. If you do not remember how to do it, you can […]