I have a series of surveys on ODK Aggregate and want to access the resultant information as tables in a database hosted via MySQL Server. Of course, I can just download the data off of ODK Aggregate and manually add it to a database on MySQL. My question is how to link ODK Aggregate to MySQL so that every time a new entry is added to the spreadsheets in ODK Aggregate it shows up in a MySQL database. (I have installed ODK Aggregate via Google’s App Engine)
ODK Aggregate gives a number of options for "publishing" data, all of which offer the ability to "stream new submissions," which is what I'm looking for. What I can't figure out is how to get from the publishing options they give into MySQL.
The options they give are 1. Google FushionTables 2. Google Spreadsheet 3. Z-ALPHA Google Maps Engine 4. Z-ALPHA REDCap Server 5. Z-ALPHA JSON Server 6. Z-ALPHA Ohmage JSON Server
Can one of these be set up to send data into MySQL?
If not, is there another way to create surveys whose results are automatically sent to a database on MySQL Server?
A thousand thanks.