Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
image: gitpod/workspace-java-21

tasks:
- command: gp open /workspace/learn-apache-flink-table-api-for-java-exercises/README.md && exit
- name: exercises
command: |
cd exercises

vscode:
extensions:
- vscjava.vscode-java-pack

workspaceLocation: /workspace/learn-apache-flink-table-api-for-java-exercises
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@

## Version 0.3.1

* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.
* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.

## Version 0.3.2

* Added a basic Gitpod configuration file.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache Flink Table API for Java

This repository is for the **Apache Flink Table API for Java** course provided by Confluent Developer.
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.

## A Simple Marketplace with Apache Flink

Expand Down Expand Up @@ -57,4 +57,10 @@ In general, you can ignore this folder.

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.

In general, you can ignore this folder, but you might find it helpful to reference if you get stuck.
In general, you can ignore this folder, but you might find it helpful to reference if you get stuck.

## Gitpod

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.

[Open In Gitpod](https://gitpod.io/new/#https://github.com/confluentinc/learn-apache-flink-table-api-for-java-exercises)