Mongo Cluster Setup
Mongodb Introduction: Mongo is a open source database which uses nosql mechanism to store the data. The advantage of mongodb is simple and no structure is required. Mongodb Installation: Create a file mongodb-org-3.2.repo with the following content on /etc/yum.repos.d/mongodb-org-3.2.repo [mongodb-org-3.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc 2. Install MongoDB… Continue Reading Mongo Cluster Setup