In this chapter, we move from data preparation to data consumption. After the dataset has been discovered, cataloged, and transformed with AWS Glue, we are ready to query it and turn it into business insights.
The purpose of this chapter is to show how the processed data can be accessed through different analytics services, depending on the use case:
This chapter focuses on the consumption layer of the platform. The data engineering steps that prepare the dataset were completed in the previous Analytics Pipeline chapter.
The workshop now follows this end-to-end flow:

At this stage:
Building a pipeline is only part of the solution. The real value appears when users can explore the data, answer questions, and make decisions from it.
In a business intelligence layer, we typically need to:
This is why the workshop introduces multiple services instead of only one query engine.
Think of this chapter as the point where engineered data becomes usable business information.
| Service | Main Role |
|---|---|
| Amazon Athena | Query S3 data directly using standard SQL |
| Amazon Redshift Spectrum | Extend warehouse analytics to data stored in S3 |
| Amazon QuickSight | Build dashboards and visual analytics from query results |
By completing this chapter, you will understand:
By the end of this chapter, you will have a complete view of how data flows from ingestion and transformation into querying, exploration, and dashboard-driven insight.