GeoFlink: A Distributed and Scalable Framework for the Real-time Processing of Spatial Streams

Salman Ahmed Shaikh,Komal Mariam,Hiroyuki Kitagawa,Kyoung-Sook Kim
DOI: https://doi.org/10.48550/arXiv.2004.03352
2020-04-07
Databases
Abstract:Apache Flink is an open-source system for scalable processing of batch and streaming data. Flink does not natively support efficient processing of spatial data streams, which is a requirement of many applications dealing with spatial data. Besides Flink, other scalable spatial data processing platforms including GeoSpark, Spatial Hadoop, etc. do not support streaming workloads and can only handle static/batch workloads. To fill this gap, we present GeoFlink, which extends Apache Flink to support spatial data types, indexes and continuous queries over spatial data streams. To enable the efficient processing of spatial continuous queries and for the effective data distribution across Flink cluster nodes, a gird-based index is introduced. GeoFlink currently supports spatial range, spatial $k$NN and spatial join queries on point data type. An extensive experimental study on real spatial data streams shows that GeoFlink achieves significantly higher query throughput than ordinary Flink processing.
What problem does this paper attempt to address?