Back to Basics: Building an Event Driven Serverless ETL Pipeline on AWS

preview_player
Показать описание
To gain business insight, you and your data engineering team build and manage data pipelines to extract, transform, and load data. ETL provides the foundation for your data analytics and machine learning applications. You are able to apply business rules in ETL to clean and organize data to address business intelligence use cases such as monthly reporting. Join Lewis as he discusses modernizing ETL processes with an event-driven serverless data pipeline you can build on AWS. 

Check out more resources for architecting in the #AWS cloud:

#AWS #AmazonWebServices #CloudComputing #BacktoBasics #Serverless #ETL
Рекомендации по теме
Комментарии
Автор

Really like this pattern. Events created by s3 added to sqs followed by downstream processing by any/all subscribers. Lambda is great for push based processing of the sqs events, and can invoke large data processing jobs using the message metadata. For example the lambda can invoke an ecs fargate task using a custom docker image containing all run time dependencies needed

ahsin.shabbir