Replicating from a read-only couchdb
问题 I have a server, with a couchdb database that contains information my application needs. It contains a couple megabytes of stuff, a few documents which change on a day-to-day basis (adding latest news, deleting old documents, updating a few). The application syncs with the servers database when it can (to have this information available offline). However, this information is global to every user of my application -- so by necessity needs to be restricted to strictly read-only access. However,