Repo for loading Northwind sample data to the Amazon Redshift.
This repo contains:
- Scripts to create tables in Northwind sample database (create-northwind-tables.sql)
- Scripts to load data in the tables in Northwind sample database (load-northwind-table-*.sql)
- Data in csv format for the tables in Northwind sample database (data/*.csv)
The scripts are adapted from Microsoft SQL Server samples repo and modified for supported datatypes for amazon redshift.
Renamed the tables & columns to follow the snake case (Ex: customer_demographics) better alinged with Amazon Redshift naming conventions instead of the pascal case (Ex: CustomerDemographics) used by Microsoft SQL Server.
The scripts are adapted from Microsoft SQL Server samples repo and modified for Amazon Redshift.
The data is provided in csv format which can easily be loaded to an S3 bucket and then loaded to Amazon Redshift.