DeepBlueC4
Posts: 0
Joined: Sat Oct 05, 2013 4:48 pm

Using the Database to collect Data from Sensors

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?

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

Using the Database to collect Data from Sensors

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.

Return to “Issues”