On Mar 6, 2014, at 3:30 AM, Bart Arribe <[email protected]> wrote:
> 1. I don't think it's possible but can we run Sync Gateway to a device ? No, that wouldn't make sense. It's a server and its purpose is to act as a front-end for Couchbase Server. > 2. Is Sync Gateway can run locally, only for the mobile side ? I don't understand that question...? > 3. Or how can we manage data conflicts between devices without Sync Gateway? The data model is the same as the Sync Gateway, just without channels or per-document access control. In either case, you handle conflicts by first using API calls to detect them (there are some options in the all-docs query for this) and then resolving them by deleting all but one of the conflicting revisions. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/24F5F088-8AD3-49F5-86D1-604EEB131B6A%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
