Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 2.09 KB

README.md

File metadata and controls

25 lines (19 loc) · 2.09 KB

AmplifyApp

The aim of this project is to discover/test Analytics solution of AWS. I'm familiar w/ Google Analytics, but I didn't find a similar solution on AWS-world. But it seems I can reach same level of insight by combining different AWS modules and set up a data stream from Kinesis Data Streams to QuickSight:

Data stream from Kinesis Data Streams to QuickSight
Data stream from Kinesis Data Streams to QuickSight

Amplify supports Amazon Kinesis Data Streams to deliver logs from the front-end to QuickSight.

  1. Kinesis Data Firehose delivery stream delivers data to S3 through Kinesis Data Stream.
  2. AWS Glue runs a crawler that gathers data from the S3 bucket.
  3. Then you are ready to query the data from S3 through AWS Glue by Athena.
  4. Visualise data on QuickSight.

Furthermore