An open API service indexing awesome lists of open source software.

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.

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