The basic development work of tzf and related projects has basically stabilized. In the previous article, there are sporadic information about the development and design process:
Posts for: #Go
Geographic aggregation using the map tile index
When dealing with large amounts of scattered data, sometimes we need to provide a read-only query API to visualize on a map. When the amount of data is too large, say millions, it is not appropriate to return it all to the front end for processing on the browser. Some aggregation should be completed within the back-end service to return the aggregated search to the front end. Here’s how to do this with the MongoDB + tile index in Go.