- Notifications
You must be signed in to change notification settings - Fork8
Master-slave replication is used to solve performance problems, to support the db backups, and to alleviate system failures
License
jelastic-jps/mongodb-replication
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Deprecated. Please refer tothe new repo.
The JPS package deploys MongoDB Cluster with preconfigured replication that initially contains 2 database containers. The package provides the solution for solving performance problems, DB backups support, gives ability to alleviate system failures. It enables data from one database server (the master) to be replicated to another (the slave).
This package is designed to solve a number of different problems with performance, the primary database downtime (e.g. due to hardware failure or connection interruption).
It enables data from one database server (the master) to be replicated to to another (the slave).This primary (the master) database will process all the incoming write operations, storing the information about them within its oplog, where they can be accessed and replicated by every secondary (the slave) replica member for being applied to their data sets. In such a way, all of the servers will represent the same content and ensure its availability.
| Layer | Server | Number of CTs by default | Cloudlets per CT (reserved/dynamic) | Options |
|---|---|---|---|---|
| DB | MongoDB (NoSQL) | 2 | 1 / 16 | - |
- DB - Database
- CT - Container
MongoDB Database: 3.2.1
In order to get this solution instantly deployed, click the "Get It Hosted Now" button, specify your email address within the widget, choose one of theJelastic Public Cloud providers and press Install.
To deploy this package to Jelastic Private Cloud, importthis JPS manifest within your dashboard (detailed instruction).
More information about Jelastic JPS package and about installation widget for your website can be found in theJelastic JPS Application Package reference.
About
Master-slave replication is used to solve performance problems, to support the db backups, and to alleviate system failures
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors7
Uh oh!
There was an error while loading.Please reload this page.

