Reputation: 9
lets say is have multiple docs with geo coordinates in mongodb
and i want to run a test every 5 minutes and get all users that were in proximity of 20 meters with each other (so points of the same userid should be ignored. it will check maxDistance only between docs that have diffrent userid ). is there any query i can run that will provide all the points? if not, should i check for diffrent db to store points that i will be able to run this type of query?
Thanks in advance?
Upvotes: 0
Views: 36