Category Archives: MongoDB

Creating a GeoSpatial Index with Python and MongoDB

It’s a fairly common use case: given some latitude and longitude coordinates, find results close to those points. Fortunately for us application developers, MongoDB makes these sorts of queries relatively painless. It has built-in support for geospatial querying that enable applications to search the dataset for points near a given set of coordinates. In order

Read More