Time to complete: 15-30 minutes.
-
Navigate to Amazon QuickSight in the console
-
Signup for QuickSight
-
Select “Enterprise” edition
-
Provide Amazon QuickSight account name and a notification email address
-
Choose S3 location, and pick the <mod-...-simplebucket-...> bucket
Note*: You can ignore the IAM warnings from QuickSight
-
Navigate back to the QuickSight landing page in the console
-
Click on Manage data button on the top right corner
-
Click on New data set
-
Click Athena and in Data source name type “bbg”
-
Click on Validate connection to verify
-
Click on Create data source , choose marketdata database and bbg table
-
Select Custom SQL and use the following query
select * from "marketdata"."bbg" where ticker is not null
-
Click on Confirm Query
-
Select Directly query your data option and Click on Visualize
-
Continue on the Visualization from previous step Note: If navigated out, go back to QuickSight dashboard and choose "New custom SQL analysis" that was created recently.
-
Select Line Chart from the Visual types in the bottom left corner
-
Choose settle_dt for X axis, px_volume for value, and choose security_typ for color
Note: Click on down arrow next to settle_dt in the chart and change format without the commas
-
Similarly try Bar Charts, Pivot Tables to visualize the data.
We're ready to do complex analytics and periodic reporting using Amazon Redshift.