Posts about mongodb

point_polygon_yn.png
Point in Polygon search with MongoDB

In a recent project, we had a large number of points on a canvas, where a user could draw a region of interest to see only the points within that area. Here is a demo of how to do that using MongoDB with a geospatial 2D-index. Visualized using D3.

Read More