An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Flink devcontainer

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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
```