https://github.com/vojay-dev/flinkdemo
Demo project to show some basic Apache Flinks features. I am using this on several conferences as a live demo.
https://github.com/vojay-dev/flinkdemo
Last synced: 3 months ago
JSON representation
Demo project to show some basic Apache Flinks features. I am using this on several conferences as a live demo.
- Host: GitHub
- URL: https://github.com/vojay-dev/flinkdemo
- Owner: vojay-dev
- Created: 2018-10-16T22:02:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T22:10:47.000Z (over 6 years ago)
- Last Synced: 2025-01-12T17:27:50.523Z (4 months ago)
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository contains various Flink examples that I created to prepare my talk at the code.talks conference 2018.
# Start Cluster
```
docker-compose up
```# Volume Example
The volume examples are only working locally. You can start the App classes directly in your IDE.
# Twitter Example
The Twitter examples works locally as well as in the Docker setup.
Before running it either way, you need to create a `config.properties` file:
```
cp src/main/resources.properties{.dist,}
```
and enter your credentials.