logoalt Hacker News

tananaevtoday at 2:38 PM1 replyview on HN

Self-hosted reverse geocoder with sub-millisecond query latency. C++ builder parses OSM PBF files into a compact binary index using S2 geometry cells. Rust server memory-maps the index and serves a Nominatim-compatible API. Docker support with automatic HTTPS.


Replies

gnivtoday at 4:13 PM

How long does it take to build the whole index?

show 2 replies