18 Feb 2021
Spark Structured Streaming handles various types of joins with both static and streaming datasets
More …
17 Feb 2021
what happens if one of the events arrives late to the application and we apply window-based grouping
More …
15 Feb 2021
In Streaming appliction rather than running aggregations over the whole stream, you want aggregations over subset of data by time windows (say, every 5 minutes or every hour)
More …
10 Feb 2021
Time in streaming application is way to correlate different events in the stream to extract some meaningful insights.
More …
09 Feb 2021
The primary goal of checkpointing is to ensure the fault-tolerance and state of a previous query of streaming jobs.
More …