I'm looking for a Big Data solution for storing records with geographical locations (Lat/Lng), and then performing a proximity search.
For instance, storing all buildings in a database, and then querying it for the buildings closest to the user's current location.
I expect a large amount of entities with a lot of insertions, so this has to be a Big Data solution.
Thanks!