Day: May 19, 2016

  • Creating a MongoDB Replication Set on CentOS 6.4

    可以在linode官网购买服务器进行配置Mongodb 集群的安装 centos6.4 MongoDB is an open-source non-SQL database engine. MongoDB is scalable and an alternative to the standard relational database management system (RDBMS). A replication set is used for redundancy and to provide access to your data in the event of a node failure. Before installing MongoDB, it is assumed that you have followed…