I'm writing an app with a local SQLite DB stored on the device and I wanted 
to periodically have the app write data to a database located on a web host 
or Amazon's EC2. 

EC2 (e.g.) will store numbers from multiple users databases into one 
database, then crunch numbers from that database and store the statistics 
into a series of tables. My device will pull the data from these tables to 
display the statistics - most likely stored in another database located on 
the device. 
In short,


User updates the database on the tablet or phone ---> Tablet or phone sends 
data to EC2 (or other web host) ---> EC2 crunches numbers and sends 
calculated data (statistics) to tables ---> Tablet or phone pulls data from 
EC2 for display to user.

Would I be looking at a content provider at EC2 (e.g.), or should I use a 
MySQL database on the EC2 end? What should my architecture be for this type 
of setup?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to