I need one way replication from server to CouchOne Mobile(both iOs and Android). I sniffered traffic and see there is simple text JSON without compression.
Is it possible to speed up replication process and encrypt traffic if possible?
I need one way replication from server to CouchOne Mobile(both iOs and Android). I
Share
Marcello Nuccio’s suggestion of using a proxy is your best option at the moment as CouchDB does not support GZip compression natively. Because replication is done using the public HTTP api the proxy will work fine.
Lets assume your mobile app is running on
Mand you have a serverS. Currently you will probably have the replication set up onMto pull fromS. If you add a reverse proxy,Pin front ofSthen you just need to change the replication soMpulls fromP.