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

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.

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.