MongoDB Replica Set
Create a reliable MongoDB replica set with enough redundancy to survive most network and other system failures. The implemented solution provides a set of benefits:
- redundancy and data high availability - multiple copies of data on different database servers offer a high level of fault tolerance against data loss
- scalability and auto-discovery – new nodes, added during horizontal scaling, are connected to the cluster with all required adjustments being applied automatically
- automated failover – the database nodes that are temporarily unavailable or have high latency are automatically excluded from the cluster and re-added once the connection is restored

After clicking the Install button, you’ll be redirected to the PaaS dashboard, where the installation window will be automatically opened.

Learn more: