Dataset repo managed by Git LFS (Large File Storage)
Refer here for installation
Make sure that:
-
you have the
dump
directory, which contains binary exports of the Mongo database -
you have
mongod
running in a shell
Then, we are going to use mongorestore
which converts the binary files in dump
into a proper MongoDB instance:
mongorestore <path-to>/dump