Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Last active September 9, 2020 10:32
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 aniruddha27/7c0c96862abce11065f5d895020ccc70 to your computer and use it in GitHub Desktop.
Save aniruddha27/7c0c96862abce11065f5d895020ccc70 to your computer and use it in GitHub Desktop.
# Number of documents in restaurants collection
db.restaurants.find().count() # 25359
# Number of documents in neighborhoods collection
db.neighborhoods.find().count() # 195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment