Skip to content

Instantly share code, notes, and snippets.

@JDeuce
Created November 10, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JDeuce/40e590604af9637dbf00de764094262c to your computer and use it in GitHub Desktop.
Save JDeuce/40e590604af9637dbf00de764094262c to your computer and use it in GitHub Desktop.
Inserting documents...
Replicating to local destination
Replicating to remote destination
Source 1
sourceDb1 { foo: 'bar',
_id: '1',
_rev: '1-4a3066eabe69c7a33e5ba492116a6ee2' }
Source 2
sourceDb2 { bar: 'baz',
_id: '1',
_rev: '1-d99c25ac1c18e5a95259047451e16242' }
localDest { bar: 'baz',
_id: '1',
_rev: '1-d99c25ac1c18e5a95259047451e16242' }
remoteDest { _id: '1',
_rev: '1-d99c25ac1c18e5a95259047451e16242',
bar: 'baz' }
Inserting documents...
Replicating to local destination
Replicating to remote destination
Source 1
sourceDb1 { foo: 'bar',
_id: '1',
_rev: '1-c443eeb75fd5806717be2d08a9800b5f' }
Source 2
sourceDb2 { bar: 'baz',
_id: '1',
_rev: '1-a541263a7fe6c4ca40ef0f18aa7f0c73' }
localDest { bar: 'baz',
_id: '1',
_rev: '1-a541263a7fe6c4ca40ef0f18aa7f0c73' }
remoteDest { _id: '1',
_rev: '1-c443eeb75fd5806717be2d08a9800b5f',
foo: 'bar' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment