any examples - sync offline json to server

Started by john.tigerabout 12 years ago2 messagesgeneral
Jump to latest
#1john.tiger
john.tigernassau@gmail.com

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#2Merlin Moncure
mmoncure@gmail.com
In reply to: john.tiger (#1)
Re: any examples - sync offline json to server

On Sat, Jan 25, 2014 at 10:44 PM, john.tiger <john.tigernassau@gmail.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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general