GitXplorerGitXplorer
F

flink-zeppelin

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bfc28bc62067fdc854c6d6299bc9d950bd1dfa29

Small cleanup

committed 8 years ago
Unverified
75e7d5b76145c29cfe7af28a70362b6f855b84d5

Updated the README

committed 8 years ago
Unverified
cda451e0246ce979fbc1559d2a776936e8125bde

Changed the compile commands to images build by the docker hub and cleaned up the repo

committed 8 years ago
Unverified
1b46f57665511082582fd449f702a9b140b6cbc0

Into a seperate repo

committed 8 years ago
Unverified
c2b9cfb0b00463b116a095dc0cfb243fe077cef5

Set path to config explicitly and got a simple Flink job up and running. Can be executed by running the notebook in Zeppelin. Working on getting a streaming example working.

committed 8 years ago
Unverified
b9616be0bcd73379bfa244b9ddabbfac3e195d38

Initial commit

FFokko committed 8 years ago

README

The README file for this repository.

Flink with Zeppelin

Project to fiddle around with Apache Flink. The Zeppelin notebook contains two examples:

  • Batch oriented example of reading lorem ipsum and doing some counting.
  • Streaming oriented example using a generator to produce data and using windowing functions to aggregate the data and plot is using Zeppelin.

Start using:

git clone https://github.com/Fokko/flink-zeppelin.git && cd flink-zeppelin
docker-compose kill && docker-compose rm -f && docker-compose up

The Zeppelin UI runs at: open http://``docker-machine ip``:8080/, the Flink UI at open http://``docker-machine ip``:8081/.