Real-time Text Analytics Pipeline Using Open-source Big Data Tools

Hassan Nazeer,Waheed Iqbal,Fawaz Bokhari,Faisal Bukhari,Shuja Ur Rehman Baig
DOI: https://doi.org/10.48550/arXiv.1712.04344
2017-12-12
Distributed, Parallel, and Cluster Computing
Abstract:Real-time text processing systems are required in many domains to quickly identify patterns, trends, sentiments, and insights. Nowadays, social networks, e-commerce stores, blogs, scientific experiments, and server logs are main sources generating huge text data. However, to process huge text data in real time requires building a data processing pipeline. The main challenge in building such pipeline is to minimize latency to process high-throughput data. In this paper, we explain and evaluate our proposed real-time text processing pipeline using open-source big data tools which minimize the latency to process data streams. Our proposed data processing pipeline is based on Apache Kafka for data ingestion, Apache Spark for in-memory data processing, Apache Cassandra for storing processed results, and D3 JavaScript library for visualization. We evaluate the effectiveness of the proposed pipeline under varying deployment scenarios to perform sentiment analysis using Twitter dataset. Our experimental evaluations show less than a minute latency to process $466,700$ Tweets in $10.7$ minutes when three virtual machines allocated to the proposed pipeline.
What problem does this paper attempt to address?