amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

Simple Replicator #137

Closed seancookr closed 6 years ago

seancookr commented 6 years ago

This provides a simple replicator to do DB to DB replication.

This currently supports only https://wiki.apache.org/couchdb/Replication#One-shot_Replication

javierg commented 6 years ago

👏

A nice interface will be to have instances of a Database object, where we can do something like

database_foo.replicate database_bar

javierg commented 6 years ago

cool... waiting for tests for ship it