http://photos2.meetupstatic.com/photos/event/7/9/d/0/600_438691184.jpeg
Join us at the 10th Apache Flink (https://flink.apache.org/) Meetup, drinks and sandwiches sponsored by data Artisans (http://data-artisans.com/).
Talks:
- Flink Community Update
By Robert Metzger
- Apache Flink cluster deployment on Docker using Docker-Compose
By Romeo Kienzler
Often resource requirements on Data Processing Clusters exhibit high variation. So in this case elastic deployments reduce total cost of ownership. In this talk we will introduce the basic concepts on container isolation exemplified on Docker and explain how Apache Flink is made elastic using Docker-Compose. Finally we push the cluster to the cloud exemplified on the IBM Docker Cloud.
3. Graph Processing with Apache Flink
By Andra Lungu
Gelly is Flink's large-scale graph processing API which leverages Flink's efficient delta iterations to map various graph processing models (vertex-centric and gather-sum-apply) to dataflows. Gelly allows Flink users to perform end-to-end data analysis, without having to build complex pipelines and combine different systems. It can be seamlessly combined with Flink's DataSet API, which means that pre-processing, graph creation, graph analysis and post-processing can be done in the same application.