Skip to content

Instantly share code, notes, and snippets.

@jonhinson
Created May 9, 2011 18:54
Show Gist options
  • Save jonhinson/963122 to your computer and use it in GitHub Desktop.
Save jonhinson/963122 to your computer and use it in GitHub Desktop.
Import data into mongodb from json file
`mongoimport --host #{host} --db #{db} --collection #{collection} --type #{type} --file #{file} --upsert --upsertFields #{upsertFields}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment