A description of the components of the cluster can be found here: https://www.arangodb.com/why-arangodb/cluster/
The ArangoDB starter provides an easy way to start a cluster: https://www.arangodb.com/2016/12/starting-arangodb-cluster-easy-way/ In your case, you would start e.g. three instances and choose a replication factor of 3. This will distribute the data to all three servers. What kind of queries do you expect? Is the data updated continuously or is it static? An alternative is to use asynchronous replication of a master and three followers. In that case you must ensure that all write requests are directed to the master. Therefore I recommend going cluster. However, if you need more information about this setup, please let me know. Am Donnerstag, 27. April 2017 12:45:23 UTC+2 schrieb じょいすじょん: > > I need to run instances of ArangoDB on several different Macs. > They should all have the exact same data. > To accomplish this I need to understand how to set up replication. > Are there any tutorials? > All of these machines have static IPs on a Class A IPv4 network. > > If feasible, I would like to also understand if clustering is a better > solution? > It would be nice if they should all be reachable at the same address, but > not sure how that's a feasible thing without some proxy or something. > > Any blog posts or tutorials beyond what I've found at ArangoDB.com would > totally help me out. > > Thanks, > John Joyce > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
