Skip to content

Instantly share code, notes, and snippets.

@john-guerra
Last active November 3, 2023 11:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-guerra/1554ce7ca4bb8248b715d484e1db03f3 to your computer and use it in GitHub Desktop.
Save john-guerra/1554ce7ca4bb8248b715d484e1db03f3 to your computer and use it in GitHub Desktop.
Mongo Airbnb Sample Database

The mongo airbnb sample database

Import it into your local mongo with:

mongoimport -h localhost:27017 --db sample_airbnb --collection listingsAndReviews --file listingsAndReviews.json
This file has been truncated, but you can view the full file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment