https://github.com/furqanshahid85-python/AWS-Glue-Pyspark-ETL-Job
https://github.com/furqanshahid85-python/AWS-Glue-Pyspark-ETL-Job
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/furqanshahid85-python/AWS-Glue-Pyspark-ETL-Job
- Owner: furqanshahid85-python
- Created: 2020-05-16T11:14:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T11:20:20.000Z (almost 5 years ago)
- Last Synced: 2024-08-14T07:09:20.887Z (8 months ago)
- Language: Python
- Size: 228 KB
- Stars: 17
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - furqanshahid85-python/AWS-Glue-Pyspark-ETL-Job - (Python)
README
# AWS-Glue-Pyspark-ETL-Job
This module performs statistical analysis on the noval corona virus dataset. The implementation is specifically
designed for AWS Glue environment. Can be used as a Glue Pyspark Job.
The dataset being used was last updated on May 02, 2020.
The Module performs the following Functions:
* Reads data from csv files stored on AWS S3
* Perfroms Extract, Transform, Load (ETL) operations.
* Lists max Cases for each country/region and provice/state
* Lists max Deaths for each country/region and provice/state
* List max Recoveries for each country/region and provice/state
* stores the aggregated output in parquet format
*