Skip to content

akamor/imdb_to_postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load the IMDB public data into a Postgres 9.1+ database.

Instructions

Download and extract the data

chmod a+x download_and_extract.sh
./download_and_extract.sh

Run imdb_schema.sql and imdb_data.sql to create the necessary schema and load the data, respectively.

psql -h <HOST> -U <USERNAME> -d <DATABASENAME> -f imdb_schema.sql -f imdb_load.sql

Note: You must have already created a database with the name .

About

Easily load IMDB data (https://www.imdb.com/interfaces/) into Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published