Michael Klauss
Posts: 0
Joined: Thu Mar 15, 2012 3:55 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

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

Michael Klauss
Posts: 0
Joined: Thu Mar 15, 2012 3:55 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

Thank you Max!

KevRead
Posts: 0
Joined: Sun Apr 22, 2012 8:38 am

CREATING A LOCAL DATABASE WITH REST SUPPORT

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

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

Michael Klauss
Posts: 0
Joined: Thu Mar 15, 2012 3:55 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

CREATING A LOCAL DATABASE WITH REST SUPPORT

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...

Return to “Issues”