If your are willing to use docker you could use the scripts provided with 
my 
question: https://groups.google.com/d/msg/arangodb/h4PYiCetznc/8w5SrmunAwAJ
Keep in mind though that you have to setup the Replication on a collection 
level, meaning when you setup your database set the replication level to 2 

db._create(module.context.collectionName("mycollection"), {
replicationFactor: 2
});



Am Dienstag, 19. Juli 2016 13:09:13 UTC+2 schrieb RANJEET KUMAR:
>
> Howt to Setup Master Master Replication in ArangoDB.
>

-- 
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 arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to