Location stuff is cool! So let’s build a system that takes a person’s latitude and longitude, and returns the location of someone nearby. Tools I’m going to use Redis to store the locations of people connecting, and the python-geohash library, but more on that later. Redis is well suited to the task of being an index/store for matchmaking, as the data is usually transient, and therefore badly suit