ICouch v0.4.2 ICouch.Replicator View Source

Optimized “software” replicator for CouchDB.

Implements a GenServer for replicating databases. It chooses the best strategy per document, resulting as little calls and throughput as possible while not overcrowding batch requests.

The status can be queried while the replicator is running.

Link to this section Summary

Link to this section Functions

Link to this function start_link(source_db, target_db, opts, gen_opts \\ []) View Source