Page 1 of 1

Adding tutorial - application using internal DB and sync with external REST DB

Posted: Tue Jul 03, 2012 1:55 pm
by adi

I've been searching for this too long :)
i think its time to think about this


Adding tutorial - application using internal DB and sync with external REST DB

Posted: Tue Jul 03, 2012 4:28 pm
by maxkatz

Thanks for the idea..we'll work on something.


Adding tutorial - application using internal DB and sync with external REST DB

Posted: Fri Mar 08, 2013 6:24 pm
by Joop Verbaken

Adi great idea especially if you would take a Ruby on Rails backend.
We will get the word out in the RoR community to use Tiggzi !!


Adding tutorial - application using internal DB and sync with external REST DB

Posted: Fri Mar 08, 2013 6:59 pm
by maxkatz

As long as a service is exposed via REST API, you can easily use it when building an app in Tiggzi. Most of our tutorials show how to use REST services. The concepts are identical when using any 3rd party REST service.


Adding tutorial - application using internal DB and sync with external REST DB

Posted: Thu Sep 26, 2013 8:54 am
by David6064062

How would one sync folders using a rest api, or upload from a local folder then delete the file locally once upload ? Would there be a problem uploading big files using REST (time outs from the web side etc) ?

Thanks

David


Adding tutorial - application using internal DB and sync with external REST DB

Posted: Thu Sep 26, 2013 10:19 am
by maxkatz

The actual sync would need to be coded by you. It depends on requirements and implementation.

Uploading files shouldn't be a problem.