Page 1 of 1

CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Sat Apr 21, 2012 5:20 pm
by Michael Klauss

I have an idea about it.

The website parse.com I can export my data in json format.

It would be interesting if I could import my json file in Tiggzi.

The data could be saved in the database.

I would not need to access the Internet to consume my data.


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Sat Apr 21, 2012 9:02 pm
by maxkatz

You can do this today with Echo feature:
http://help.gotiggr.com/documentation...


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Sun Apr 22, 2012 2:36 am
by Michael Klauss

Thank you Max!


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Sun Apr 22, 2012 8:38 am
by KevRead

Is is possible to turn Echo on and off via Jscript at run time?


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Mon Apr 23, 2012 4:40 pm
by maxkatz

You can set it to any JSON in run time like this:
code
service_instance_name.__requestOptions.echo = {"login":"a@b.c", "password":"abc"};
/code

To turn off echo:
code
service_instance_name.__requestOptions.echo = '';
/code


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Mon Sep 17, 2012 8:36 pm
by Michael Klauss

Hi Max,

Can i use sql query to filter some places in "echo mode"?

I ́m doing it in parse.com..but i want to have all my data offline.


CREATING A LOCAL DATABASE WITH REST SUPPORT

Posted: Mon Sep 17, 2012 9:19 pm
by maxkatz

What do you mean by filter? But yes, you could store data in SQLite database and then use it in echo. Here is more information: https://getsatisfaction.com/tiggzi/to...