We have plans to set up a web solution in 3 locations... fronted by a load balancer that will distribute based on the location of the client. So if the request for the web app is coming in from north america, we will route to the north american server / site. How can I get this type of a set up to work if the back end database is mongodb? From what I'm reading, you can't have multi-master replication where any of the 3 locations can write to their local database, and have it replicate to the other 2.
Can you point me in the right direction? thanks.