Is there a non java (PHP/MySQL) version of ODK Aggregate

Hi,
was wondering if there is a non java version of ODK aggregate, or just a
PHP script that may receive finalized forms from ODK collect and store into
a mysql database ??....

Formhub is python django.

Hosted version is at formhub.org and code at github.com/modilabs/formhub

··· On Apr 30, 2012 6:39 AM, "Eric Beda" wrote:

Hi,
was wondering if there is a non java version of ODK aggregate, or just a
PHP script that may receive finalized forms from ODK collect and store into
a mysql database ??....

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

Thanks,
will check it out,,,, though I was hoping that there was some kind of API,
or tutorials that may facilitate someone to code their own REST server, to
receive data from ODK,,,, i'm saying this mainly bcoz i'm a PHP guy,,,

cheers

··· On Monday, April 30, 2012 2:55:06 PM UTC+3, Matt Berg wrote: > > Formhub is python django. > > Hosted version is at formhub.org and code at github.com/modilabs/formhub > On Apr 30, 2012 6:39 AM, "Eric Beda" wrote: > >> Hi, >> was wondering if there is a non java version of ODK aggregate, or just a >> PHP script that may receive finalized forms from ODK collect and store into >> a mysql database ??.... >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> >

We have some basic APIs that would allow you to build your own app on top
for a formhub data feed. They just aren't very well documented yet.

··· On Mon, Apr 30, 2012 at 9:45 AM, Eric Beda wrote:

Thanks,
will check it out,,,, though I was hoping that there was some kind of
API, or tutorials that may facilitate someone to code their own REST
server, to receive data from ODK,,,, i'm saying this mainly bcoz i'm a PHP
guy,,,

cheers

On Monday, April 30, 2012 2:55:06 PM UTC+3, Matt Berg wrote:

Formhub is python django.

Hosted version is at formhub.org and code at github.com/modilabs/formhub
On Apr 30, 2012 6:39 AM, "Eric Beda" eric.beda@sacids.org wrote:

Hi,
was wondering if there is a non java version of ODK aggregate, or just a
PHP script that may receive finalized forms from ODK collect and store into
a mysql database ??....

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

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

There is also a simple server called dropbox (one python file):

http://code.google.com/p/opendatakit/source/browse?repo=dropbox

It emulates the original submission protocol of ODK Aggregate Java App
Engine service that accepts data submission from the Android app ODK
Collect.

The latest API is https://bitbucket.org/javarosa/javarosa/wiki/FormSubmissionAPI

The current version of Collect can post to either the old API or the new API.

Waylon

··· On Mon, Apr 30, 2012 at 6:49 AM, Matt Berg wrote: > We have some basic APIs that would allow you to build your own app on top > for a formhub data feed. They just aren't very well documented yet. > > > On Mon, Apr 30, 2012 at 9:45 AM, Eric Beda wrote: >> >> Thanks, >> will check it out,,,, though I was hoping that there was some kind of >> API, or tutorials that may facilitate someone to code their own REST server, >> to receive data from ODK,,,, i'm saying this mainly bcoz i'm a PHP guy,,, >> >> cheers >> >> >> On Monday, April 30, 2012 2:55:06 PM UTC+3, Matt Berg wrote: >>> >>> Formhub is python django. >>> >>> Hosted version is at formhub.org and code at github.com/modilabs/formhub >>> >>> On Apr 30, 2012 6:39 AM, "Eric Beda" wrote: >>>> >>>> Hi, >>>> was wondering if there is a non java version of ODK aggregate, or just a >>>> PHP script that may receive finalized forms from ODK collect and store into >>>> a mysql database ??.... >>>> >>>> -- >>>> Post: opendatakit@googlegroups.com >>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>> Options: http://groups.google.com/group/opendatakit?hl=en >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Thanks, dropbox looks interesting

Eric