Hi,
I’m in the process of developing a small application that will be used internally on our company.
At this point, I’m trying to define which DB server to use.
I have one central hub server and 7 other servers located in different locations.
I need all servers to be able to have the exact same data. I can live with delays for data to be updated on the other server when data is changed in any server, but data must be able to be changed in any server.
I’m wondering if can achieve this with couchbase and how I would go about setting this up.
I installed the one node following the instructions on the “Getting started” with the sample buckets.
Now, for the other servers, which are located in different locations, do I setup the servers as new nodes and point it to the first node using wan ip address or I setup as another cluster node and use XDCR?
Thanks,
RI