Replication from CouchDB to TouchDB

176 Views Asked by At

I could able to replicate .touchDB with CouchDB and sync data. But i could not able to replicate from CouchDB to touchDB.

Can any one please explain how to do that.

Thanks

Chinna

1

There are 1 best solutions below

2
On

TouchDB is basically an obsolete product. It has been renamed and further enhanced under the name Couchbase Lite. I suggest you download and integrate the new code and try from there.

Have you tried the GrocerySync sample application? It does replication to full couchdb servers. I was able to use the Android version and work with a full couchbase server.