You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Gordon Leland Hempton <gh...@gmail.com> on 2010/09/01 08:27:40 UTC

Conflict Merging

Has there been any thought on moving merging conflicts into the actual
couchdb server itself?

It seems like it would be very natural to have a javascript function as part
of the design document which would could contain merging logic for resolving
conflicts.

Are there any projects out there that address this? Currently, my app just
queries a conflict view and merges the conflicts inside the application
logic, but it seems like it would be way cleaner to have couchdb do this
itself.

Taken even a step futher, has anyone dealt with attempting things like
operational transform using couchdb as a backend?

Cheers,
Gordon