Optimized on-demand data streaming from sensor nodes

Conference Paper (2017)
Author(s)

Jonas Traub (Technical University of Berlin)

Sebastian Breß (Technical University of Berlin, German Research Centre for Artificial Intelligence (DFKI))

Tilmann Rabl (German Research Centre for Artificial Intelligence (DFKI), Technical University of Berlin)

Asterios Katsifodimos (SAP Innovation Center)

Volker Markl (German Research Centre for Artificial Intelligence (DFKI), Technical University of Berlin)

Affiliation
External organisation
DOI related publication
https://doi.org/10.1145/3127479.3131621 Final published version
More Info
expand_more
Publication Year
2017
Language
English
Affiliation
External organisation
Pages (from-to)
586-597
ISBN (electronic)
9781450350280
Event
2017 Symposium on Cloud Computing, SoCC 2017 (2017-09-24 - 2017-09-27), Santa Clara, United States
Downloads counter
204

Abstract

Real-time sensor data enables diverse applications such as smart metering, traffic monitoring, and sport analysis. In the Internet of Things, billions of sensor nodes form a sensor cloud and offer data streams to analysis systems. However, it is impossible to transfer all available data with maximal frequencies to all applications. Therefore, we need to tailor data streams to the demand of applications. We contribute a technique that optimizes communication costs while maintaining the desired accuracy. Our technique schedules reads across huge amounts of sensors based on the data-demands of a huge amount of concurrent queries.We introduce user-defined sampling functions that define the data-demand of queries and facilitate various adaptive sampling techniques, which decrease the amount of transferred data. Moreover, we share sensor reads and data transfers among queries. Our experiments with real-world data show that our approach saves up to 87% in data transmissions.