Last active
July 30, 2016 17:52
-
-
Save janmejai/91c7cfba713280ed63c538b15577d607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /root/imdb_data | |
cd /root/imdb_data | |
wget -r --accept="*.gz" --no-directories --no-host-directories --level 1 ftp://ftp.fu-berlin.de/pub/misc/movies/database/ | |
imdbpy2sql.py -d /root/imdb_data -c /root/imdb_data -u 'mysql://imdb:imdb@localhost/imdb' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment