Skip to content

Instantly share code, notes, and snippets.

@john-guerra
Last active August 4, 2024 13:50
Show Gist options
  • 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