Accessing the ODK Aggregate Database on Google App Engine from Java code

Hi, I am a newbie in ODK Aggregate. I have managed to deploy ODK Aggregate
on Google app engine. I have uploaded a form and recieved few submissions.
Now I have to write a java code to extract the submitted data(images,
geolocation etc). Basically I need to filter the data according to some
parameters and post it on Amazon Mechanical Turk. Can anyone tell me how to
access the odk aggregate database on google App engine?

Please use opendatakit-developers@ for questions like these.

Our developer site is: http://code.google.com/p/opendatakit/

The easiest path would be to use ODK Briefcase to download the data to your
desktop, extract to CSV, then scan the CSV output for submission to
Mechanical Turk.

If you want to directly use Google AppEngine, there is scant information on
working directly with the code.

See the wiki for some documentation on setting up an Eclipse environment,
and then read the CONFIGURE.txt in the root directory of the aggregate
project to set up aggregate builds.

I would recommend writing your own Publisher, with hard-coded filter
conditions. Look at any of the publishers as a starting point:
http://code.google.com/p/opendatakit/source/browse?repo=aggregate#hg%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendatakit%2Faggregate%2Fexternalservice

ยทยทยท On Thu, Apr 18, 2013 at 3:33 AM, Priyanka Dighe wrote:

Hi, I am a newbie in ODK Aggregate. I have managed to deploy ODK Aggregate
on Google app engine. I have uploaded a form and recieved few submissions.
Now I have to write a java code to extract the submitted data(images,
geolocation etc). Basically I need to filter the data according to some
parameters and post it on Amazon Mechanical Turk. Can anyone tell me how to
access the odk aggregate database on google App engine?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com