In this lab, we will learn how to use AWS Glue to create a data pipeline.
Overview
- S3
- Source data
- Glue
- Create crawler to retrieve the metadata
- Create a table
- Athena
- Query the data through the Glue table
Ideas through Technologies
In this lab, we will learn how to use AWS Glue to create a data pipeline.
Overview
Athena is an interactive query service that runs ad-hoc SQL queries (schema-on-read) directly against data stored in S3.
Continue reading “[AWS] Athena”