Thanks indeed for the video, really helpful as we are working on kinesis, lambdas, api gateway and so on
@sebastianvbb3 жыл бұрын
I really like these videos which show very practical use cases. Subscribed!
@BeABetterDev3 жыл бұрын
Thanks Sebastian! I plan on doing many more architectural review videos so stay tuned!
@kotenkostiantyn12823 жыл бұрын
Very very good guide
@BeABetterDev3 жыл бұрын
Thanks Koten!
@LuisRicardoLunaSoto2 жыл бұрын
I need one example with S3 data format parquet. Would be interesting.
@arnold56214 жыл бұрын
Awesome. I subscribed. Thank you
@BeABetterDev4 жыл бұрын
Welcome!
@kemosabe55982 жыл бұрын
good work, thanks
@aravind44444 жыл бұрын
good job
@andriys57724 жыл бұрын
Thank you!
@BeABetterDev4 жыл бұрын
You're welcome!
@abhijeetpatil9883 Жыл бұрын
Very useful in understanding how AWS Kinesis Firehose really works. All video so far I came across only describes but you showed how it works practically. Subscribed! BTW, how did you setup stock ticker data live stream during this? Could not get it.
@awsdeveloper18783 жыл бұрын
Perfect. Keep it up.
@BeABetterDev3 жыл бұрын
Thanks a lot!
@PavanKumar-wx6nl Жыл бұрын
Can you suggest or help me how to put cloud watch metric data to s3 using firehose?
@harryspooner Жыл бұрын
When does the data-transformation lambda get triggered ? Is it triggered when the data hits the end point or is it also dependent on the buffer size/interval settings?
@mahdiabout4 жыл бұрын
Hi , Thank you for your content, very informative. I think you didn't update the PART1 link toward this PART 2 video. Cheers
@mayurpande54154 жыл бұрын
Yes please update it, it took me ages to find it!
@joshh.28022 жыл бұрын
Can one Firehose stream send multiple schema? Like could you send whatever JSON blobs you want to it and only need to setup firehose once
@BeABetterDev2 жыл бұрын
Yes you can!
@nathanbenton20513 жыл бұрын
great content - thanks for providing - keep up the good work!😃
@BeABetterDev3 жыл бұрын
Thanks Nathan, really appreciate the kind words!
@ahmedoleiwi57634 жыл бұрын
Hi Gent, Many thanks for your video It is all clear for me except the source, why we need kineses, what's the type of source, why we send it directly to destination without going through kineses, really I am confused at this point and appreciate your support to explain it to me please. Thank you so much
@prasanthsri6096Ай бұрын
How can we stored file as CSV in s3 instead json
@gunishjain93073 жыл бұрын
Sir how do you pump your own data on the stream, suppose I have a python script that gets live streaming twitter data how to connect it with kinesis?
@premanand89032 жыл бұрын
Hi, does anyone know if Kinesis Firehose provides any ordering guarantees of the messages/records ? Thanks.
@anilkumark10033 жыл бұрын
at 0:53 , what is the source for this ?
@BeABetterDev3 жыл бұрын
Hi Anil, the source in this example is the AWS sample which puts demo to the firehose endpoint directly. Alternatively you can attach an existing data stream to pump its data into firehose. Cheers.
@DandI4283 жыл бұрын
@@BeABetterDev Hello Nice video. If I want to use yahoo finance API for live data. How can I do that?
@d_e_e_p_a_k_0003 жыл бұрын
Can we upload data using rest api. Like for the watchOS AWS don't have SDK for that. Can we upload?
@BeABetterDev3 жыл бұрын
Hi Dsn, you can upload using the SDK which in turn, makes an api call to the firehose endpoints. Hope this helps.
@d_e_e_p_a_k_0003 жыл бұрын
@@BeABetterDev thanks for replying.👍 🔥🔥
@subramanyamanjegowda52813 жыл бұрын
hey, nice video...If possible can u provide the CFT(cloud formation template ) for the above video, stepwise(complete from role creation to end i.e data flowing to s3 bucket) ..we can test in our environment