ThingWorx Newbie - Streaming data and saving logs
I'm just getting into thingworx and I think I have a rough idea of the concepts behind, however I'm unsure on to implement something I have in mind.
For starters I'm using ThingWorx Android SDK, since I'm making an Android app. This app connects to a bluetooth device with multiple sensors which streams its data to the android phone.
In the app I'm making some pre-processing of the data. I want to create a thing for each bluetooth device, let's call it SensorThing, and I would like to create some kind of log of the sensor data in order to later on be able to analyse/plot it. Furthermore, I want to be able to start and stop this logging so I can have different "sessions" saved for the same SensorThing. Also, some of the sensors are 3D, meaning that the data is not a single value, but an array of values.
What's the best way to go about it? Can you give me some tips?

