-
Notifications
You must be signed in to change notification settings - Fork 1
Software components implemented by this repo
Arun Patra edited this page Aug 7, 2020
·
2 revisions
| Component | Technology | Notes |
|---|---|---|
| Data Model | - | Created data model. Customer, Merchant, Gift Card, Gift card transaction log |
| Object Store | Amazon S3 | Created S3 bucket, loaded CSV test data as per data model |
| Data Warehouse | Amazon Redshift | Provisioned an Amazon Redshift cluster. Data has been loaded |
| Data Load Scripts | SQL | Copies CSV files from S3 into Amazon Redshift |
| REST APIs | Spring Boot | Execute queries against Amazon Redshift and return results |
See Architecture for details.
Athena (c) 2020. Arun Patra