Flink Deep Dive - Concepts and Real Examples

preview_player
Показать описание
A deep dive into Apache Flink through a quick overview and then some real code doing real stuff on a real project.
Рекомендации по теме
Комментарии
Автор

Man O Man, I've been searching the internet for hours on hours for an explanation on what Flink actually does, and this is the only video I found that explains it so well. Thanks so Much Tom !!!! Excellent !!

andrevanzyl
Автор

I wish I could like this video 10 times. What a broad knowledge, what a concise comprehension. This video unified my previous experience and explained where distributed computing has potential to thrive. My poor English sucks at my vain attempts to express my gratitude to the video author.

oleglevchenko
Автор

This is a great explanation and demonstration of flink’s capabilities. Do you plan to release more videos on flink? Thanks for your contribution to the community

miloventimiglia
Автор

Thanks guy, a good video for a beginner to know what Flink is.

huanjieguo
Автор

Good talk, waiting for another one including State management, watermark, and other useful operations.

aboutajedyneayoub
Автор

Any plans for making the follow up? Excellent video and I’m really glad you’re showing it in Scala!

thwalkingdud
Автор

Really amazing overview - thanks a lot, Tom

joachimbulow
Автор

Great talk and explanation! One point to note, Kinesis Data Analytics is a Managed Apache Flink service, so able to operate at tier 3 and 4 as Tom describes them.

julianpayne
Автор

Great video with very insightful information. Thanks !

malaescudumitru
Автор

Great Video! Thank you for making this. Waiting for another one with the topics mentioned at the end of the video.

deeptikinnerkar
Автор

Absolutely brilliant! Thank you for making this.

binarysearch
Автор

really great explanation and demonstrations about flink, thanks 😊

RaviChoudhary_iitkgp
Автор

Great video. Very very useful Event time is very confusing. Especially the watermark part. A detailed explanation on that would be great.

timmark
Автор

I'm curious about the learning method, or what is your approach to get this level of understanding the problem

vihoang
Автор

Thanks very much! That is really what I was looking for, even beyond Flink

wombaumerklart
Автор

Thank you for this wonderful tutorial.

rgh
Автор

Kinesis Analytics is/was managed flink. Since the service was renamed it's a little easier to tell 😅

kdziolak
Автор

This is super useful, thanks very much

Calg
Автор

great explanation, thanks for the pointer, the cluster manager under Link, sounds like Mesos ?

georgelza
Автор

i would say, Apache Beam is a computational model, and Flink is an engine if used in conjunction with Beam. Or u can directly use Flink API to implement your streaming job.

reprogram_myself