Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.99 KB

quicksight.md

File metadata and controls

82 lines (53 loc) · 1.99 KB

Quicksight

Data sources

  • Redshift
  • Aurora
  • Athena
  • RDS
    • Maria 10.0 or later
    • SQL Server 2012 or later
    • Mysql 5.1 or later
    • Postgres 9.3.1 or later
  • S3 files
    • Excel
    • Csv / tsv
    • Clf and elf
  • Salesforce

Visualization Type

  • Relationships

    • Charts to determine if relations exist 2 or more vars
    • Scatter plot
    • Bubble chart
  • Comparisons

    • Bar charts - when comparing one var in the same period
    • Column Charts - one or more vars chaing over time
    • Line Cahrts - three or more vars changing over time
  • Distributions

    • Histograms - allow you to bucket data into non chronological interval
  • Composition

    • high the elements that make up your data and thow compare to each other
    • Static data
      • Pie charts
      • Stacked 100% bar charts
      • Tree maps
    • Dynamic Data
      • Stacked Area
      • Stacked column
      • stack 100% area or column chart

Analysis

Blogs

Docs

https://docs.aws.amazon.com/quicksight/latest/user/welcome.html

https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html

https://docs.aws.amazon.com/quicksight/latest/user/joining-tables.html

https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html

https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html

https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html

https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html

https://docs.aws.amazon.com/quicksight/latest/user/kpi.html

https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html#create-row-level-security

https://docs.aws.amazon.com/quicksight/latest/user/tabular.html

https://docs.aws.amazon.com/quicksight/latest/user/supported-data-sources.html

https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html

https://docs.aws.amazon.com/quicksight/latest/user/geospatial-data-prep.html

Code