node.js - One database, supports multi-region application -


is there way have 1 database (mongodb) able support multi-region applications minimal latency?

enter image description here

this perfect use case use replica set 3 members (one per region)

one of them become master - means receive writes , propagate them others.

this introduce layer of safety data in more 1 place, network outage in 1 area not stop entire application.

more here


Comments

Popular posts from this blog

Using django-mptt to get only the categories that have items -

ruby - Train neural network with sine function -

javascript - Java with RWeka packege -