In the previous chapters, the fundamental components of Spark such as Spark Core, Spark SQL, Spark Streaming, Structured Streaming, and Spark MLlib have been covered. In this chapter, we discuss one simple real-time use case to understand how we can use Spark in real-time scenarios.
The recommended background for this chapter is an understanding of Spark fundamentals. The mandatory prerequisite for this chapter is completion of the previous chapters. Also, ...