Skip to content

Advanced SQL

Fabian Hueske edited this page Oct 21, 2019 · 1 revision

Advanced Queries on Data Streams with Flink SQL

In this session, you'll learn more details about Flink's streaming SQL. We will reuse the slides and exercises of our full-day Flink SQL training.


You should have prepared the tutorial environment at this point.
If you haven't done this yet, please do it now by following the preparation instructions.


Starting the Demo Environment

Start a command-line and enter the directory of the tutorial (flink-intro-tutorial).

Change into the SQL playground folder (sql-playground) and start the Docker playground.

$ cd operations-playground
$ docker-compose up -d

Slides and Exercise

The slides and exercises for this session are in the Flink SQL training.

Clone this wiki locally