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
- Host: GitHub
- URL: https://github.com/librity/rtjvm_flink
- Owner: librity
- License: mit
- Created: 2022-11-20T16:56:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T02:26:45.000Z (over 3 years ago)
- Last Synced: 2025-01-08T07:37:47.056Z (over 1 year ago)
- Topics: flink, flink-sql, flink-stream-processing, rockthejvm, rtjvm, scala
- Language: Scala
- Homepage: https://rockthejvm.com/p/flink
- Size: 17.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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
```