Tutorial Webpage for

Lecture Cloud- and Web-Technologies

Loading...

Login

Please use user and password as given in the lecture! Please copy the editor's content, as it will be lost due to reloading of the page for the purpose of login.

Username:

Password:

Flink/DataStream API - Join of sensor streams

The given code prepares two streams of sensor values simulating e.g. soft temperature rises.

Please compute the join of the temperatures in a tumbling time window of size 2000. The join should combine the stream tuples according to the second field (containing the number of measured sensor value).

Editor

Please use the following editor for your exercise. You can run the content of the editor by clicking on the tab 'Run'...

Output of Editor Content

The result of running the editor content is as follows:

Output of the Solution

The output of the solution is as follows:

Solution

Please have a look at the solution only after you have finished working on your own solution. Otherwise the learn effect is much less.