1
0
Fork 0
arangodb/Documentation/Books/Users/HttpReplications
Jan Steemann 8e49eabbf3 updated documentation 2015-09-09 15:23:47 +02:00
..
OtherReplication.mdpp Changed API documentation in code 2014-06-30 17:29:15 +02:00
README.mdpp updated replication documentation 2014-07-06 15:59:52 +02:00
ReplicationApplier.mdpp fixed documentation 2015-08-26 17:04:43 +02:00
ReplicationDump.mdpp Erased useless @startDocuBlocks 2014-07-08 11:16:56 +02:00
ReplicationLogger.mdpp updated documentation 2015-09-09 15:23:47 +02:00

README.mdpp

!CHAPTER HTTP Interface for Replication 

!SUBSECTION Replication

This is an introduction to ArangoDB's HTTP replication interface.
The replication architecture and components are described in more details in 
[Replication](../Replication/README.md).

The HTTP replication interface serves four main purposes:
- fetch initial data from a server (e.g. for a backup, or for the initial synchronization 
  of data before starting the continuous replication applier)
- querying the state of a master
- fetch continuous changes from a master (used for incremental synchronization of changes)
- administer the replication applier (starting, stopping, configuring, querying state) on 
  a slave

Please note that all replication operations work on a per-database level. If an 
ArangoDB server contains more than one database, the replication system must be
configured individually per database, and replicating the data of multiple
databases will require multiple operations.