Page 1 of 1

Using the Database to collect Data from Sensors

Posted: Wed Jan 29, 2014 5:39 pm
by DeepBlueC4

Can you use the Appery Database to collect real time data that is either pushed from a remote device via rest (lots of small sensor updates)? Can you use the database to poll the remote devices? Do you need to use the back-end server code to do the polling or can you add code directly into the database?


Using the Database to collect Data from Sensors

Posted: Wed Jan 29, 2014 6:28 pm
by maxkatz

You can use the database to collect real time data.

Yes, you would need to write the code in server code or from the app to do the polling.