https://github.com/lukashass/flink-devcontainer
Apache Flink development environment using Gitpod or VSCode Remote-Containers
https://github.com/lukashass/flink-devcontainer
apache-flink devcontainer flink gitpod remote-containers vscode
Last synced: about 1 year ago
JSON representation
Apache Flink development environment using Gitpod or VSCode Remote-Containers
- Host: GitHub
- URL: https://github.com/lukashass/flink-devcontainer
- Owner: lukashass
- License: apache-2.0
- Created: 2021-05-25T12:33:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T13:58:21.000Z (about 5 years ago)
- Last Synced: 2025-01-29T20:37:54.220Z (over 1 year ago)
- Topics: apache-flink, devcontainer, flink, gitpod, remote-containers, vscode
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flink devcontainer
[](https://gitpod.io/#https://github.com/lukashass/flink-devcontainer)
## Usage
This template repository can be used two ways:
1. Using Gitpod (just click the open in Gitpod badge above)
1. Using a VSCode devcontainer
### Requirements for VSCode devcontainer
- Docker
- VSCode
-
## Build
```bash
mvn clean package
```
## Run
Start flink cluster with `start-cluster.sh`.
Run app:
```bash
flink run target/wordcount-0.1.jar --input
```