Skip to content

SQL Introduction

Fabian Hueske edited this page Oct 22, 2019 · 2 revisions

Introduction to Flink SQL

In this session, you'll learn about Flink 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), start the Docker playground, and enter the SQL client.

$ cd operations-playground
$ docker-compose up -d
$ docker-compose exec sql-client ./sql-client.sh

Slides and Exercise

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