Skip to content

Commit 21f76c9

Browse files
authored
Adding a Gitpod configuration to the project. (#9)
1 parent cb84866 commit 21f76c9

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.gitpod.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
image: gitpod/workspace-java-21
2+
3+
tasks:
4+
- command: gp open /workspace/learn-apache-flink-table-api-for-java-exercises/README.md && exit
5+
- name: exercises
6+
command: |
7+
cd exercises
8+
9+
vscode:
10+
extensions:
11+
- vscjava.vscode-java-pack
12+
13+
workspaceLocation: /workspace/learn-apache-flink-table-api-for-java-exercises

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414

1515
## Version 0.3.1
1616

17-
* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.
17+
* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.
18+
19+
## Version 0.3.2
20+
21+
* Added a basic Gitpod configuration file.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache Flink Table API for Java
22

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.
44

55
## A Simple Marketplace with Apache Flink
66

@@ -57,4 +57,10 @@ In general, you can ignore this folder.
5757

5858
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.
5959

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

Comments
 (0)