SLIDE 19 http://streamreasoning.org/events/rsp2016
19
Data stream characteristics
19
Data regularity
- Raw data typically collected as time series
- Very regular structure.
- Patterns can be exploited
E.g. mobile NO2 sensor readings
29-02-2016T16:41:24,47,369,46.52104,6.63579 29-02-2016T16:41:34,47,358,46.52344,6.63595 29-02-2016T16:41:44,47,354,46.52632,6.63634 29-02-2016T16:41:54,47,355,46.52684,6.63729 ...
Data order
- Order of data is crucial
- Time is the key attribute for establishing an order among the data items.
- Important for indexing
- Enables efficient time-based selection, filtering and windowing
Timestamp Sensor Observed Value Coordinates