Building Serverless ETL Pipelines with AWS Glue
Phong Trần in Code
In this article, we will explore the process of extracting data from an AWS RDS database, and then publishing it to S3. After researching several solutions, I chose to utilize AWS Glue because it is the ETL service provided by AWS. It has three main components, which are Data Catalogue, Crawler, and ETL Jobs.... Read More »