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

https://github.com/librity/rtjvm_flink

Rock The JVM - Apache Flink with Scala
https://github.com/librity/rtjvm_flink

flink flink-sql flink-stream-processing rockthejvm rtjvm scala

Last synced: over 1 year ago
JSON representation

Rock The JVM - Apache Flink with Scala

Awesome Lists containing this project

README

          

# Rock The JVM - Apache Flink with Scala

Master Apache Flink with Scala.

- https://rockthejvm.com/p/flink
- https://github.com/rockthejvm/flink
- https://github.com/rockthejvm/flink/releases/tag/start

## Certificate

![Certificate of Completion](.github/certificate.png)

## Sections

1. []()

## Setup

### IntelliJ IDEA

Install IntelliJ IDEA with the Scala plugin.

- https://www.jetbrains.com/idea/

### Docker

Install Docker:

- https://docs.docker.com/desktop/install/ubuntu/
- https://docs.docker.com/engine/install/ubuntu/#set-up-the-repository

Start the Kafka container:

```bash
$ cd docker/kafka
$ docker compose up
```