POS: A High-Level System to Simplify Real-Time Stream Application Development on Storm.

Bin Cui,Jie Jiang,Quanlong Huang,Ying Xu,Yanjun Gui,Wenyu Zhang
DOI: https://doi.org/10.1007/s41019-015-0002-9
2015-01-01
Data Science and Engineering
Abstract:Real-time stream computing becomes increasingly important due to the sheer amount of content continually generated in various kinds of social networks and e-commerce websites. Many distributed real-time computing systems have been built for different applications, and Storm is one of the most prominent systems with high-performance, fault-tolerance and low-latency features. However, the Storm programming paradigm is low level and leaves programmers' codes hard to maintain and reuse. In this paper, we present a high-level abstraction system on Storm, called POS. The POS system provides a Pig Latin-like language on top of the Storm execution engine. Programmers can write POS program, and the system compiles the program into physical plans which are executed over Storm. We discuss the challenges in developing POS system and elaborate on its implementation details. Our experiments show that POS yields satisfactory performance compared with raw Storm.
What problem does this paper attempt to address?