Skip to content

Fokko/flink-zeppelin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

Project to fiddle with Apache Flink integrated with Kafka which is fed from Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages