Y
Hacker News
new
|
ask
|
show
|
jobs
by
kami8845
3650 days ago
Here is the Docker image for the geocoding stack that foursquare uses, with all world data already set up (would take you about a day to set up yourself):
https://github.com/doda/docker-twofishes-geocoder
1 comments
smt88
3650 days ago
Why does it take so long?
link
mtmail
3650 days ago
Processing the raw data and generating a search index is quite resource (IO/RAM/CPU) intensive. Some geocoders (not twofishes) need 100GB of raw data.
link