Re: any examples - sync offline json to server

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: "john(dot)tiger" <john(dot)tigernassau(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: any examples - sync offline json to server
Date: 2014-01-27 21:16:42
Message-ID: CAHyXU0wnQ6qUzYj=7oz1MVs=XtWbE62bsoqkrCo5azXjvZ7W7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Jan 25, 2014 at 10:44 PM, john.tiger <john(dot)tigernassau(at)gmail(dot)com> wrote:
> scenario: download key data in json format to mobile - then use offline (ie
> in areas where no wifi available) - then when back in wifi range, sync with
> db server
>
> this is what pouch, couch offers but would like to do with postgresql if
> possible

You just described an 'application that loads and saves things'. The
fact that you're using json for transmission is only somewhat
meaningful. The hard part is going to reconciling the data state with
the database.

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Susan Cassidy 2014-01-27 21:45:12 problem with grant all privileges
Previous Message Adrian Klaver 2014-01-27 17:43:25 Re: A Simple web application