Show HN: An 'offline' reverse-geocoder API written in Go
7 by towit | 0 comments on Hacker News.
I've recently been working with real-time geoJSON data at a rate of 50+ queries per second. SaaS solutions can be prohibitively expensive at this rate, thus, I created go-reverse-geo. Data is pulled from geonames.org and is stored in MongoDB (a requirement of my current project). It is very much a work-in-progress (I wrote it this morning). Hope someone finds it useful. https://ift.tt/39quZhc
Post a Comment