-
Book Overview & Buying
-
Table Of Contents
Effective Business Intelligence with QuickSight
By :
In this section, we will look into the data flow path from the US census to QuickSight using a Redshift data store. The source data is obtained from the public site and provides information about household income and population in the USA by zip code. The path to get to QuickSight involves the following steps:
Uploading data to S3.
Creating an AWS Data Pipeline to load data from S3 to Redshift.
Loading data from Redshift to QuickSight.
The following are the pre-requisites to load data from Redshift to QuickSight:
Must have a Redshift instance created.
Data file must be a CSV. It cannot contain a header in the data file.
You must have a database username and password that can connect to the database from QuickSight with the SELECT permission on some system tables so that QuickSight can estimate the table size. These tables are pg_stats, pg_class, and pg_namespace.
For this demonstration, we will use the file USACensusSalarybyZip...
Change the font size
Change margin width
Change background colour