Introduction to Kafka
This is a quick cookbook to introduce Apache Kafka
Apache Kafka is a message publishing framework that works in a distributed environment. Kafka can be scaled horizontally with high fault-tolerance.
This is a quick cookbook to introduce Apache Kafka
Apache Kafka is a message publishing framework that works in a distributed environment. Kafka can be scaled horizontally with high fault-tolerance.
CSV File to JSON File Real Time Streaming Example
In this post we will see how to build a simple application to process file to file real time processing.
Socket Word Count demo for Spark Structured Streaming
Structured Streaming is a new of looking at realtime streaming. In this post we will see how to build our very first Structured Streaming app to perform Word Count over network.