https://github.com/jakefils/csv-to-database-automization-using-aws-rds
Developed a script to take a given CSV link from a website, download to your machine and convert the the dataset into a database stored in the AWS RDS infrastructure. In addition I ran SQL queries to the converted CSV and stored the output in a separate CSV which I uploaded to an AWS S3 bucket.
https://github.com/jakefils/csv-to-database-automization-using-aws-rds
Last synced: about 1 year ago
JSON representation
Developed a script to take a given CSV link from a website, download to your machine and convert the the dataset into a database stored in the AWS RDS infrastructure. In addition I ran SQL queries to the converted CSV and stored the output in a separate CSV which I uploaded to an AWS S3 bucket.
- Host: GitHub
- URL: https://github.com/jakefils/csv-to-database-automization-using-aws-rds
- Owner: JakeFils
- Created: 2023-10-30T21:39:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:40:16.000Z (over 2 years ago)
- Last Synced: 2025-05-12T19:12:40.738Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV-to-Database-Automization-Using-AWS-RDS
Developed a script to take a given CSV link from a website, download to your machine and convert the the dataset into a database stored in the AWS RDS infrastructure. In addition I ran SQL queries to the converted CSV and stored the output in a separate CSV which I uploaded to an AWS S3 bucket.
Packages used: Pandas, psycopg2, urllib