This is a dedicated watch page for a single video.
Scenario: You are analyzing the price of a company's stock. Every 5 seconds, you need to compute a moving average for the last 30 seconds' worth of data. You are reading the data from Pub/Sub and processing it with DataFlow. Question: How would you configure your windowed pipeline to meet this requirement?