Skip to content

Latest commit

 

History

History

3_AmazonQuickSight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Visualize data using Amazon QuickSight

Time to complete: 15-30 minutes.

Step 1: Signup for Amazon QuickSight settings

  1. Navigate to Amazon QuickSight in the console

  2. Signup for QuickSight

    QuickSight SignupScreen

  3. Select “Enterprise” edition

    QuickSight Edition

  4. Provide Amazon QuickSight account name and a notification email address

  5. Choose S3 location, and pick the <mod-...-simplebucket-...> bucket

    QuickSight S3 selection

Note*: You can ignore the IAM warnings from QuickSight

Step 2: Amazon QuickSight dataset configuration

  1. Navigate back to the QuickSight landing page in the console

  2. Click on Manage data button on the top right corner

    QuickSight Manage Data

  3. Click on New data set

    QuickSight New dataset

  4. Click Athena and in Data source name type “bbg”

    QuickSight Athena

  5. Click on Validate connection to verify

  6. Click on Create data source , choose marketdata database and bbg table

  7. Select Custom SQL and use the following query

    select * from "marketdata"."bbg" where ticker is not null
    

    QuickSight CustomSQL

  8. Click on Confirm Query

  9. Select Directly query your data option and Click on Visualize

    QuickSight Visualize Selection

Step 3: Visualize raw data in Amazon QuickSight

  1. 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.

  2. Select Line Chart from the Visual types in the bottom left corner

    QuickSight select LineChart

  3. Choose settle_dt for X axis, px_volume for value, and choose security_typ for color

    QuickSight LineChart Note: Click on down arrow next to settle_dt in the chart and change format without the commas

  4. Similarly try Bar Charts, Pivot Tables to visualize the data.

    QuickSight More charts

Next step:

We're ready to do complex analytics and periodic reporting using Amazon Redshift.