You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Apache Flink Table API for Java
2
2
3
-
This repository is for the **Apache Flink Table API for Java** course provided by Confluent Developer.
3
+
This repository is for the [**Apache Flink® Table API: Processing Data Streams in Java**](https://developer.confluent.io/courses/flink-table-api-java/) course provided by Confluent Developer.
4
4
5
5
## A Simple Marketplace with Apache Flink
6
6
@@ -57,4 +57,10 @@ In general, you can ignore this folder.
57
57
58
58
The `solutions` folder contains complete solutions for each exercise. These will be copied to the `exercises` folder when you execute the `solve` command with the `exercise.sh` script.
59
59
60
-
In general, you can ignore this folder, but you might find it helpful to reference if you get stuck.
60
+
In general, you can ignore this folder, but you might find it helpful to reference if you get stuck.
61
+
62
+
## Gitpod
63
+
64
+
This repository contains a [Gitpod](https://www.gitpod.io/) configuration file. You can use Gitpod to spin up a browser-based development environment for working on these exercises.
65
+
66
+
[Open In Gitpod](https://gitpod.io/new/#https://github.com/confluentinc/learn-apache-flink-table-api-for-java-exercises)
0 commit comments