3/19/2026 at 2:38:51 PM
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.by tananaev
3/19/2026 at 4:13:18 PM
How long does it take to build the whole index?by gniv
3/19/2026 at 7:16:06 PM
It took about 8-10 hours for me on a 192GB Hetzner cloud machine. The resulting index was just 18GB, so once the index is created it's really efficient and you can easily run it on a small VM.by tananaev
3/19/2026 at 4:47:19 PM
I tried the "Australia and Oceania" pbf which is really small and it took ~15minby KomoD