Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created September 9, 2020 14:15
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/e76166c477fb0c1cd7437edb0367a7ef to your computer and use it in GitHub Desktop.
Save aniruddha27/e76166c477fb0c1cd7437edb0367a7ef to your computer and use it in GitHub Desktop.
# Query geospatial index
db.restaurants.find({'address.coord':{'$near':[50,50]}}).count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment