[CouchDB](https://couchdb.apache.org) - a multi-master NoSQL database management system with robust replication. #11

Open
opened 2025-11-02 00:00:38 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @hharng on GitHub (Feb 21, 2024).

It is relatively easy to create a multi-master database cluster on cheap virtual machines which can be geographically globally distributed and even multi-cloud: for example, 1 VPS from Hetzner in Germany, 1 VPS from OVH in Canada and 1 VPS from AWS in the USA; the replication "just works", and the individual instances and the whole cluster repair themselves quite well, unlike, for example, MongoDB, which can becomes unusable after an unexpected shutdown and restart.

Originally created by @hharng on GitHub (Feb 21, 2024). It is relatively easy to create a multi-master database cluster on cheap virtual machines which can be geographically globally distributed and even multi-cloud: for example, 1 VPS from Hetzner in Germany, 1 VPS from OVH in Canada and 1 VPS from AWS in the USA; the replication "just works", and the individual instances and the whole cluster repair themselves quite well, unlike, for example, MongoDB, which can becomes unusable after an unexpected shutdown and restart.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Self-Hosting-Guide#11