How to analyse data in a data table ?
I am fairly new to ThingWorx and is still figuring my architecture on a project.
I have for now a data table.
My devices loads data into this table (as we speak).
I need to manipulate this data and draw statistics from it and write this stats into other data tables.
The stats I will then display in a mashup.
1. How do I write a service that will extract data from the data table (these will be similar to writing queries in a SQL DB)?
2. How will I add new sets of data into data tables (not row by row)?
3. Where can I find documentation to assist the above?



