This repository contains data used for the DataMoviz project.
Be sure to drop your datamoviz-api
database before import.
- Install Git LFS
- Run
git lfs install
- In the DataMoviz repository, run the following command
git submodule update --init --recursive
- Go in
data/
directory, and run
mongorestore --collection movies --db datamoviz-api dump/datamoviz-api/movies.bson
mongorestore --collection credits --db datamoviz-api dump/datamoviz-api/credits.bson
You're done!