How to replicate from IrisCouch to Couchbase

Hello,

Is there a method to replicate documents from IrishCouch to Couchbase?

Thanks!

Do you want replication? of just be able to copy data from one to the other?

For the later you can use an ETL like Talend to do that
http://www.couchbase.com/couchbase-server/connectors/talend

or create a small import library using the all_docs views.

Hi There,

Adding to Tug’s answer, we also have cross-database replication capabilities in our upcoming Sync Gateway Platform.

Because of it’s open-sync REST architecture, it is compatible with a number of databases; including Iriscouch and Cloudant.

For more information take a look at:

http://www.couchbase.com/communities/couchbase-sync-gateway

Hope this helps,

Robin.

Thank you very much for this great news.