This document proposes a system for efficiently detecting and analyzing spam reviews using a live data feed. The system aims to evaluate genuine customer feedback to help business analysts make decisions. It involves acquiring data from various sources, processing the data in parallel to detect fake reviews, and analyzing the results to identify spam. The key aspects of the system include filtering the data, load balancing among processing servers, aggregating results, and making decisions based on the analysis. The system architecture is divided into three units - data acquisition, data processing, and data analysis and decision making. Various algorithms are used for filtration, load balancing, processing, normalization, and summarization. The system provides accurate identification of spam while extracting useful customer feedback.