NeonGeckoCom / neon_api_proxy

Proxy to forward requests to external API's
Other
0 stars 3 forks source link

[FEAT] Neon Nominatim Server #89

Open NeonDaniel opened 1 year ago

NeonDaniel commented 1 year ago

Objective

Nominatim backends can have high latency at times and might rate-limit as we add more devices with the same UserAgent. Consider implementing a Neon-hosted server and optionally an MQ route for centrally cached lookups.

Initial Implementation Requirements

Other Considerations

No response

NeonDaniel commented 10 months ago

Helm chart exists but does not work out of the box https://github.com/robjuz/helm-charts/blob/master/charts/nominatim/README.md

NeonDaniel commented 9 months ago

It appears the current public server is causing some rate-limit issues

https://github.com/NeonGeckoCom/neon-utils/actions/runs/7010073982/job/19070854942?pr=487

NeonDaniel commented 8 months ago

https://github.com/NeonGeckoCom/neon_api_proxy/pull/88 adds a proxy for MapMaker's Nominatim API