Practical Projects to Learn Data Engineering On AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ค. 2024
  • This video comes with some practical project ideas to learn data engineering on aws so you can handle a variety of real-world challenges. This includes architecture diagrams of:
    1. Event Driven data processing with AWS Lambda,SNS,SQS
    2. Batch Processing Data with AWS Glue
    3. Build a Dashboard with AWS Quicksights on a Data Lake powered by AWS Athena.
    4. DMS To Migrate Data from a Database to S3
    5. Process streaming data from Amazon Kinesis Stream
    Diagrams and article link:
    aws.plainenglish.io/most-comm...
    Buy me a coffee : www.buymeacoffee.com/dataengu
    Timelines
    00:00 Introduction
    00:31 Event-driven Data Processing
    02:59 Batch Processing with AWS Glue
    04:40 Serverless Dashboard
    05:23 Database Migration
    06:29 Process Streaming Data
    #aws #dataengineering

ความคิดเห็น • 60

  • @sylarguo7741
    @sylarguo7741 หลายเดือนก่อน +2

    I'm a newcomer to AWS a data engineer, Your channels really help me! Appreciate it!

  • @viciesone
    @viciesone ปีที่แล้ว

    this is the best channel on TH-cam! thank you! explanations are to the point and easy to grasp.

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว

      Hi Rodrigo, wow thank you for your kind words. I'm glad you found this video helpful! thanks for watching.

  • @momijigz
    @momijigz 4 หลายเดือนก่อน +2

    What an amazing video. Solved an issue I was facing in my own implentation of a data ingestion pipeline. You got a sub today.

  • @Theoldmad
    @Theoldmad ปีที่แล้ว +2

    Excellent video ! I wish I found this earlier.

  • @mikethomson1872
    @mikethomson1872 ปีที่แล้ว +3

    Yiour videos are so consise and easy to follow. Glad I found you

  • @trk1139
    @trk1139 ปีที่แล้ว +2

    Awesome !.You cleared all of my doubts in this video...Thanks a lot.

  • @khandoor7228
    @khandoor7228 ปีที่แล้ว +1

    Great video, clear concise and valuable!!!

  • @joudawad1042
    @joudawad1042 2 หลายเดือนก่อน

    one of the best channels on youtube for data engineering! great content, keep the great work

    • @DataEngUncomplicated
      @DataEngUncomplicated  2 หลายเดือนก่อน +1

      Wow, thanks for the kind words! It made my day 😄

  • @shivthedev
    @shivthedev 10 หลายเดือนก่อน +2

    please do a comprehensive course on this! I really love your content 🙂

  • @mehmetkaya4330
    @mehmetkaya4330 ปีที่แล้ว +1

    Thank you for great video!

  • @sjvr1628
    @sjvr1628 ปีที่แล้ว +17

    Hi Tutor, Since I don't know your name, Can you please do a video on end-to-end implementation with sample project to use the AWS Data services like S3, Glue, Kinesis, Redshift, Data pipeline, Crawlers etc. for both batch and streaming data ingestion.

    • @gudguy1a
      @gudguy1a 4 หลายเดือนก่อน

      @sjvr1628
      My friend, his name is: Adriano Nicolucci
      capisce

  • @jasper5016
    @jasper5016 9 หลายเดือนก่อน

    Your videos are fanstastic. Please bring them more.

  • @dzhuwao
    @dzhuwao 2 ปีที่แล้ว

    Great video. Well presented.

  • @onuabah3001
    @onuabah3001 หลายเดือนก่อน

    You're an excellent teacher, keep it up...subscribing now

  • @jeremynx
    @jeremynx ปีที่แล้ว +1

    thanks, everything is clear, i like your voice

  • @the_c0mm0n_man
    @the_c0mm0n_man ปีที่แล้ว +1

    thankyou for providing this video

  • @biswajitpattanaik3157
    @biswajitpattanaik3157 10 หลายเดือนก่อน +2

    The theory is very well explained. Could you please make a video showcasing the implementation practically, with a small example.

    • @DataEngUncomplicated
      @DataEngUncomplicated  10 หลายเดือนก่อน +1

      Thanks, This is a good idea. I will think about what I can do!

  • @DeepakSingh-of2xm
    @DeepakSingh-of2xm 2 หลายเดือนก่อน

    Can you please make a video showing implementation of event driven architecture using event bridge, sns, sqs and lambda? Thank you!

  • @harvestingdata
    @harvestingdata ปีที่แล้ว +2

    Well presented. For the first pattern, what's the advantage of using EventBridge and implications of skipping it?

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว +2

      Thanks! Well one benefit of Event bridge is event bridge rules is you can have many different AWS events used as the source to start your job. But with glue it is more limited. If you just want to run it on a schedule than glue orchestration should do the job fine!

    • @Zingaro27
      @Zingaro27 ปีที่แล้ว

      @@DataEngUncomplicated ace edx

  • @bohdan134
    @bohdan134 ปีที่แล้ว +1

    Hi thanks for these project ideas. Would like to ask, can you advice any public data sources/providers for data engineer practice?

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว +4

      You're welcome! I use www.mockaroo.com/ to generate my sample data. It gives full control of the column names and data types for randomly generated data.

  • @shreygupta1253
    @shreygupta1253 ปีที่แล้ว +1

    Pretty neat and easily explained !! ♥️

  • @SreeDevi-ee1tj
    @SreeDevi-ee1tj ปีที่แล้ว +1

    Looking for more examples with practical session

  • @andrewting3081
    @andrewting3081 ปีที่แล้ว +4

    What percentage of real industry work would you say fall into these 4 categories?
    Also, thanks again for these sweet sweet videos man. Super concise and informative.

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว +6

      Hi Andrew, that's a good question! I don't have the data to answer this with any certainty but I can speak to my own personal experience. From what I see, the majority are batch processing workflows. However, there is a growing trend towards more event based architectures and streaming architectures as companies mature in the cloud and need real-time analytics grows.

  • @redhawasssim5111
    @redhawasssim5111 10 หลายเดือนก่อน

    well explained, is there an implementation video ?

    • @DataEngUncomplicated
      @DataEngUncomplicated  10 หลายเดือนก่อน

      No I don't have one yet! but this might make a good follow up video. Thanks!

  • @paulaganbi5236
    @paulaganbi5236 8 หลายเดือนก่อน

    Hey Adriano, thank you for your content. I am a data engineer and I will take the aws data analytics specialty exam next month. Please what materials do you best advise me to use to study for the exam? Thank you.

    • @DataEngUncomplicated
      @DataEngUncomplicated  8 หลายเดือนก่อน

      Hi Paul, your welcome. I bought Stephane maarek's Udemy course for this exam and I felt it did a great job to prepare me for the exam. I recommend it.

  • @justevil9743
    @justevil9743 2 ปีที่แล้ว +7

    Loving your content. Do you provide any courses on udemy for projects like this ?

    • @DataEngUncomplicated
      @DataEngUncomplicated  2 ปีที่แล้ว +10

      Thanks so much! Unfortunately I don't have any courses on Udemy, I would love to make one in the future though! I'm currently just focusing my extra time outside of my full-time job on TH-cam videos for now.

    • @andrewting3081
      @andrewting3081 ปีที่แล้ว +3

      @@DataEngUncomplicated Youre doing friggin great so far -- Please keep it up! At the same time, I am still rooting for you to create a full course sometime in the future.

  • @groundingtiming
    @groundingtiming 6 หลายเดือนก่อน

    will you please make an end2end production grade code that will also combine terraform?

    • @DataEngUncomplicated
      @DataEngUncomplicated  5 หลายเดือนก่อน

      Hi, I actually just created a video on terraform with glue jobs. I think you will find this helpful: th-cam.com/video/CYZ3ZjXdQP8/w-d-xo.html

  • @the_c0mm0n_man
    @the_c0mm0n_man ปีที่แล้ว

    hi can you do a video on working with the incremental data stored in s3

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว

      Hey, can you provide more details what you are looking for?

  • @hritiksharma7154
    @hritiksharma7154 ปีที่แล้ว +2

    Hii , could u please make an end to end aws data engineer project . It would a great help for everyone .

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว

      Hi Hrithik, what pattern do you think would be most useful? It might be a challenge to cram it into one video given there are many services to learn and know about. The video could be several hours.

    • @hritiksharma7154
      @hritiksharma7154 ปีที่แล้ว

      @@DataEngUncomplicated You can make a series of video of 20 to 30 minutes. Small small steps in each video.

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว +1

      This is a good idea! This would be more manageable as a video series. Thanks!

  • @krishnadebata5403
    @krishnadebata5403 ปีที่แล้ว

    Can u please help with these project videos. I would love to connect if u plan for a project day luve on youtube

    • @DataEngUncomplicated
      @DataEngUncomplicated  ปีที่แล้ว

      Thanks Krishna, I'm slowly working on technical tutorials for these architecture patterns. My next batch of videos is using AWS Glue for reading, transforming and writing data.

  • @ashwinisolanki2801
    @ashwinisolanki2801 4 หลายเดือนก่อน

    I loved your videos and subscribed them instantly. But one think I didn''t like is the subscribe notification that comes in between and distract the whole focus and then I need to play that particular part again and again. You ask for subscribing in the middle of the video, nobody would pause and will go to subscribe but instead ask for subscribing in the end so that people will remember to subscribe in the end. Thank you.

    • @DataEngUncomplicated
      @DataEngUncomplicated  4 หลายเดือนก่อน

      Thanks your feedback and subscribing! In my newer videos I have added it to the end or at least it's not as distracting. Unfortunately TH-cam doesn't let you edit existing videos without uploading the entire thing again.