Slide 6
Slide 6 text
THE SHAPE OF IOT TIME-SERIES DATA
1
2,3
4
5
6+
Width
{
timestamp : 1467673132,
temperature : 32.0,
humidity : 10.5,
pressure : 1016,
light: 120.0,
}
1
2
3
4
{
timestamp : 1467673132,
temperature : {
max: 22.0,
min: 15.0,
current: 17.0,
error: {
percentage: 5.0
}
}
}
FLAT
{
timestamp : 1467673132,
temperature : 32.0,
wind_speed : 10.5,
pressure : 1016
}
COMPLEX
20k
UNIQUE DEVICES
dweet.io
99.5%
FLAT SCHEMATA
80.0%
WIDE SCHEMATA
87.2%
NUMERICAL FIELDS
Siow, E., Tiropanis, T., Hall, W. (2016) A Study of Dweet.io and Sparkfun Internet of Things Device Schemata. http://dx.doi.org/10.5258/SOTON/D0076