Skip to content

confluentinc/learn-apache-flink-101-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Flink 101

This repository is for the Apache Flink 101 course provided by Confluent Developer.

What this does

The code in this repo uses Docker Compose to start up a small Flink cluster and Flink's SQL Client.

How to get it running

First build the image and start all of the containers:

docker compose up --build -d

Once the containers are running,

docker compose run sql-client

will drop you into the Flink SQL Client, where you can interact with Flink SQL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published