Customized ODK dashboard and connection with App Engine

Hello fellow ODKers,

I hope you are all doing well in this new year.

I come to you with a question for people who developed customized
dashboards to use with their ODK deployment - a landing page providing some
analytics, statistics on the data collected, and various data visualization
options with filtering, etc.

Is it possible to set up this dashboard with the associated MySQL databases
on a web-host service, and link it up with an ODK Aggregate deployment on
the Google App Engine? Hopefully in a way that the data is streamed to the
dashboard, a bit like the Google Fusion Tables connection? Or the only
option would be to have Aggregate and the dashboard on a dedicated server.

I look forward to hearing your thoughts or responses on this,

Regards,

Maxim

If you want to stream data into another server, see
https://opendatakit.org/use/aggregate/data-transfer/ and, in particular,
the JSON server implementation (
https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers
)

That server would accept the JSON stream and insert it into a database that
would then be used for your analytics (you would need to code that with
whatever data model you want to maintain).

Did that answer your question?

ยทยทยท On Tue, Jan 6, 2015 at 11:07 AM, Maxim wrote:

Hello fellow ODKers,

I hope you are all doing well in this new year.

I come to you with a question for people who developed customized
dashboards to use with their ODK deployment - a landing page providing some
analytics, statistics on the data collected, and various data visualization
options with filtering, etc.

Is it possible to set up this dashboard with the associated MySQL
databases on a web-host service, and link it up with an ODK Aggregate
deployment on the Google App Engine? Hopefully in a way that the data is
streamed to the dashboard, a bit like the Google Fusion Tables connection?
Or the only option would be to have Aggregate and the dashboard on a
dedicated server.

I look forward to hearing your thoughts or responses on this,

Regards,

Maxim

--

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/d/optout.

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