Timelines for your convenience: 00:00 // Intro 00:46 // Introduction to AWS Kinesis 07:22 // What is Streaming Data? 11:00 // AWS Kinesis Video Streams 14:41 // AWS Kinesis Data Streams 16:42 // AWS Kinesis Data Firehose 20:08 // AWS Kinesis Data Analytics 21:52 // What are Click Streaming and Click Path? 27:28 // Important points for Exam
Very nice presentation. The illustrative diagrams are clean and easy to follow - they are extraordinarily helpful. The closing summary is also well executed. Thanx !
Can someone explain the clickstream example at 26:00? I feel like the first component to capture the stream should be Kinesis Data Stream, not the Kinesis Firehose. Can explain the purpose of the Kinesis Firehose there?
Sir, If there is data firehose which can CAPTURE and load real time data into say S3, whats the purpose need of data streams.. KDS captures the real time data.. Data firehose captures and load the real time data. What is special need of KDS if we have firehose. Pls reply Thanks in advance
It depends na, if u need to send it to only s3 and redshift and u only need a managed service you will go for firehose rather than data stream which is manual.
Hi, How do I put data from Firehose to data analytics? Since data analytics has only S3, Redshift, Opensearch etc as Destinations. Can you please help me ?
Yeah in most cases its the same thing but Think of when u are working with a stream of data , where data flow is like a queue, generally we say we pushed the data to the queue Secondly, let suppose i am speaking about a website data being propagated when i open it, we say the data is getting loaded cause its progressive and we feel Its a stack of data and we are trying to load it on to the website. So its more of a representation. But used interchangeably when speaking
Why all the streams are having different output???video stream is having different set of consumer than data streams. Data stream is having different set of consumers than firehose. How to remebr them????
IT depends on what is the use case, you should not take the pain in recollecting all these things, just the use case should be sufficient to create a mapping between what is the out put and where it can be used.
Can you also let me know if the samples provided in aws side for kinesis can be used for production implementation ? or is there anything that i need to take care of
It always depends on what ur use case is, what are u using kinesis for. Is it data streams or firehose or video streams. If firehose you need to understand where you are pushing the data to like splunk or other tools. Mostly as kinesis is a standalone service security at transit play a important role. You can always create an endpoint and make use of it but check ensure data at transit is secure. That's what makes it close to a production deployment
We can surely use IAM roles to secure permissions and most importantly you need to have a monitor in place. Mostly with video streams you should be concerned about the end user who is trying to access it. So access tokens can be a good option to further enhance it. And I believe when we create it we also.secure the endpoint.
Timelines for your convenience:
00:00 // Intro
00:46 // Introduction to AWS Kinesis
07:22 // What is Streaming Data?
11:00 // AWS Kinesis Video Streams
14:41 // AWS Kinesis Data Streams
16:42 // AWS Kinesis Data Firehose
20:08 // AWS Kinesis Data Analytics
21:52 // What are Click Streaming and Click Path?
27:28 // Important points for Exam
This man is out here saving the world. Thank you very much for these videos.
You're a Rockstar. Kinesis is an intricate topic but you presented it in a simple and clear manner.
I’m simply amazed by the quality of the content. Thank you for making this topic easy to understand.
Very nice presentation. The illustrative diagrams are clean and easy to follow - they are extraordinarily helpful. The closing summary is also well executed. Thanx !
Presentation is great. Excellent overview of all these services of Kinesis. That what i want, Thanks.
Sir, I'm Big fan of you. Very nice presentation and way of teaching the cloud computing.
Thanks prince
Excellent presentation, easy to understand and the recap at the end is perfect and easy to remember. Very helpful. Thank you, sir
I have passed Aws SSA02 exam ...but I Had some doubts in Aws kinesis ...After watching ur vedio I am clear now🙂 Thanks my frienf
Great..✅
Great presentation !!
Loved the way you presented, kudos !!
because of your video, I am now understanding much deeply, thanks.
A very good and clear presentation for a beginner like me. Thank you sir!
This deserves lot of likes and views . Really Good one ✌️.. Is there a dedicated playlist for AWS Data analytics certification/course?
Way of explaining is very nice😊👌
Can someone explain the clickstream example at 26:00? I feel like the first component to capture the stream should be Kinesis Data Stream, not the Kinesis Firehose. Can explain the purpose of the Kinesis Firehose there?
d1.awsstatic.com/Products/product-name/diagrams/product-page-diagram_Amazon-Kinesis_Evolve-from-batch-to-real-time-Analytics.d7ed76be304a30be5720fd159469f157e7c09ede.png
Your breakdowns are incredible!
Thanks a lot
This is more of reading from PPT, if you can post of the inner architecture of the service then it would be great.
Thanks arpit vaish for the feedback , sorry that you felt that way. I will surely try and improve based on the suggestion.
Thank you very much for slides and explanation.I am looking for AWS EMR ...when can we expect that video?
Thanks much, i think it should come up after vpc. Just a little waiting time there .
can i get your notes please.or your ppt for
study.
Nice Slides . Very easy to understand .Thank You . What do you use to create these slides MS PPT ?
Thanks much, i just use ppt and my own thought process
great explanation! I really liked that you used real life examples for deeper understanding kinesis firehose . Suscribed!
Glad you like it. Thanks
Great explanation.
Thank you for your video.Bro please upload API Gateway video next.
Yeah will do that shortly
Sir,
If there is data firehose which can CAPTURE and load real time data into say S3, whats the purpose need of data streams.. KDS captures the real time data.. Data firehose captures and load the real time data.
What is special need of KDS if we have firehose.
Pls reply
Thanks in advance
It depends na, if u need to send it to only s3 and redshift and u only need a managed service you will go for firehose rather than data stream which is manual.
@@Pythoholic Thanks for the response 👍
Hi, How do I put data from Firehose to data analytics? Since data analytics has only S3, Redshift, Opensearch etc as Destinations. Can you please help me ?
docs.aws.amazon.com/firehose/latest/dev/data-analysis.html
way of understanding is too good
Great job done
nice thanks. Please highlight again and again - for "incoming" data streams. Not video stream to Netflix - "out going".
well explained
what is the diff between push and loading data?
Do you mean what is the difference between PUSHIN the DATA and LOADING the DATA?
@@Pythoholic yes
Both sounds same
Yeah in most cases its the same thing but
Think of when u are working with a stream of data , where data flow is like a queue, generally we say we pushed the data to the queue
Secondly, let suppose i am speaking about a website data being propagated when i open it, we say the data is getting loaded cause its progressive and we feel
Its a stack of data and we are trying to load it on to the website.
So its more of a representation. But used interchangeably when speaking
@@Pythoholic Thanks
Can you please let me know if we can use Kinesis Video STream for Video calling and conferencing ?
Yes you can, aws.amazon.com/blogs/media/enabling-video-chats-using-amazon-kinesis-video-streams-for-webrtc/
@@Pythoholic Thank you so much
Why all the streams are having different output???video stream is having different set of consumer than data streams. Data stream is having different set of consumers than firehose. How to remebr them????
IT depends on what is the use case, you should not take the pain in recollecting all these things, just the use case should be sufficient to create a mapping between what is the out put and where it can be used.
@@Pythoholic and firehose is the one sending out the output to consumer in every situation, no matter what the use case is?
@@Pythoholic thankyou so much for clarification👍
awesome thank you!!!
Hi,
Thank you for this amazing video, how I can learn how to make such a nice presentation ppt as yours
It's creativity mixed with some patience and a bit of time. Glad you liked it. Practice and u will be better at it day by day
Thank you
can we share screen using aws kinesis?
If u can use ur data ie a video and stream that data using kinesis video stream, yes you can do that.
@@Pythoholic ok I will try, thanks
isn't it?
yes, it is
I know I use it more.. I will try and reduce it.. 😁
Can you also let me know if the samples provided in aws side for kinesis can be used for production implementation ? or is there anything that i need to take care of
It always depends on what ur use case is, what are u using kinesis for. Is it data streams or firehose or video streams. If firehose you need to understand where you are pushing the data to like splunk or other tools.
Mostly as kinesis is a standalone service security at transit play a important role. You can always create an endpoint and make use of it but check ensure data at transit is secure. That's what makes it close to a production deployment
@@Pythoholic Thank you for your reply. i am planning to use WebRTC video streaming and create video conferencing application
I see that AWS has provided examples in git. my doubt is whether i can use this with some modifications and added security like cognito.
We can surely use IAM roles to secure permissions and most importantly you need to have a monitor in place. Mostly with video streams you should be concerned about the end user who is trying to access it. So access tokens can be a good option to further enhance it. And I believe when we create it we also.secure the endpoint.
@@Pythoholic Thanks a lot.. This is great.
great
Please try to give real time example.. like you tube, Netflix etc..
I found real time example.. grt thnku
waste of time
Thanks for the feedback