Skip to content

Instantly share code, notes, and snippets.

@justinpage
Created January 19, 2022 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinpage/b17d22dcb5258168c32d637fc5da6d66 to your computer and use it in GitHub Desktop.
Save justinpage/b17d22dcb5258168c32d637fc5da6d66 to your computer and use it in GitHub Desktop.
docker-compose exec -T mongo mongoimport "mongodb://0.0.0.0:27017" --username root --password secret --authenticationDatabase admin -d movieData -c movies --jsonArray --drop < ~/Downloads/tv-shows.json > output.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment