Hi Nikhil, I'm assuming that you are looking for a *free, hosted solution* that does the entire thing, from data collection, to aggregation to maps completely for you. I'm afraid that something like this doesn't really exist. There are several commercial solutions which will do this, but they don't come cheap.
If on the other hand, you are willing to get your hands dirty, then this is very simple to do with something like ODK Aggregate. I had done this for an organisation in my previous job. You need to setup ODK Aggregate with a postgres/mysql database, and you should push your data to this instance of ODK Aggregate. This data will be written to a set of tables, and then the only missing link is to write up a service which will Query this Database, and return your data back as JSON. Let me know if you require any further details. Regards, Dev On Thu, Sep 17, 2015 at 9:53 PM, Nikhil VJ <[email protected]> wrote: > Hi Friends, > > This is regarding mobile-based field surveys. I'm using the "ODK > Collect" app on mobile, and a free account on "ona.io" as the > backend/dashboard/server. > > I want to make a direct connection between our inputs (forms filled on > mobile phones) and the output (a map showing the collected data, and > maybe some data visualizations and tables). For that, one crucial link > in the chain is evading me. Need help from people who might already > know something about this. Please see this question on stackoverflow > and see if you can help: > > > http://stackoverflow.com/questions/32631442/bamboo-io-integration-with-xlsform-hosted-on-ona-io-like-formhub-was-providing > > ----- > > For those interested in exploring possibilities to reduce data entry > headache in field surveys and even capture precise locations, photos > and audio in your surveys, you can get started by going on > http://ona.io , create an account, and read whatever comes on screen. > It's deceptively simple. > > And if your org has a decent budget, there's a great bunch of people > offering to do this with much more features, with many social sector > projects already under the belt. Check out http://dhwaniris.com/ > > > -- > -- > Cheers, > Nikhil > +91-966-583-1250 > Pune, India > Self-designed learner at Swaraj University < > http://www.swarajuniversity.org> > http://nikhilsheth.blogspot.in > > -- > Datameet is a community of Data Science enthusiasts in India. Know more > about us by visiting http://datameet.org > --- > You received this message because you are subscribed to the Google Groups > "datameet" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Devdatta -- Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org --- You received this message because you are subscribed to the Google Groups "datameet" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
