Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 3.17 KB

File metadata and controls

57 lines (37 loc) · 3.17 KB

Step 5: Create and Share rich web-based visualizations

In this step, we'll start by setting up a new QuickSight account with a standard subscription using https://quicksight.aws.amazon.com/ (see appendix for more details).

5.1 Configure QuickSight Athena and S3 access

Go to QuickSight Account Settings b clicking on your username on the top right corner. Then click on "Account Settings" and then on "Manage QuickSight Permissions" Account Settings

Ensure "Amazon Athena" is checked. Then click on "Choose S3 buckets" to pick the target S3 bucket. QuickSight Access

5.2 Create a new Analysis

You use an analysis to create and interact with visuals. You can think of an analysis as a container for a set of related visuals, for example ones that are all applicable to a given business goal or key performance indicator. A visual is a graphical representation of your data. You can create a wide variety of visuals in an analysis, using different data sets and visual types.

New Analysis

5.3 Create a new Data set

A data set identifies the specific data in a data source that you want to use. For example, the data source might be a table if you are connecting to a database data source, or a file if you are connecting to an Amazon S3 data source. A data set also stores any data preparation you have performed on that data, such as renaming a field or changing its data type.

New data set

Choose Athena to create a new data set Create data set

Provide a name for the new Athena data source. Use "Top 10K" Create Athena Data source

Click on "Use custom SQL" when asked to choose your table Choose new table

Input the following custom SQL, and name it "Top 10K"

SELECT * FROM "s6r8n6"."pq_nyc_tlc" limit 10000;

Custom SQL

SPICE is Amazon QuickSight's Super-fast, Parallel, In-memory Calculation Engine. SPICE is engineered to rapidly perform advanced calculations and serve data. The storage and processing capacity available in SPICE speeds up the analytical queries that you run against your imported data. By using SPICE, you save time because you don't need to retrieve the data every time you change an analysis or update a visual.

Finish data set creation by importing the data to SPICE. Finish data set creation

Now, wait for the import into SPICE to complete Import finish

5.4 Create a new Visual

Watch the following videos that I have prepared for this session to learn about how to create a visual with filters and aggregation

Amazon QuickSight Tutorial: Create Visual with Autograph

Amazon QuickSight Tutorial: Create Visuals and apply Filter

Visuals

Congratulations!

You are at the end of this session. Kudos to you on completing this session. Enjoy, have fun, and continue to learn cool stuff at this re:Invent!

<< Home