Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self-host a Nominatim Service #46

Open
Krishna-Sivakumar opened this issue Mar 2, 2022 · 1 comment · Fixed by #47
Open

Self-host a Nominatim Service #46

Krishna-Sivakumar opened this issue Mar 2, 2022 · 1 comment · Fixed by #47
Labels
enhancement New feature or request
Milestone

Comments

@Krishna-Sivakumar
Copy link
Contributor

Krishna-Sivakumar commented Mar 2, 2022

Self-hosting a Nominatim service will help us cut down on time wasted doing API calls.
Map building takes the most time. And right now, most of the time while building the map is spent on doing 2 API calls to a public Nominatim service per tweet, which adds a lot of latency.

Since we already have a docker build, it doesn't hurt to add one or two more containers to our deployment.

Links to refer:
https://github.com/mediagis/nominatim-docker
https://nominatim.org/release-docs/latest/admin/Installation/

This will help us shift to a dynamic backend in the long run.

@DomiiBunn DomiiBunn added the enhancement New feature or request label Mar 2, 2022
@DomiiBunn DomiiBunn added this to the Beta 0.2.0 milestone Mar 2, 2022
@DomiiBunn
Copy link
Collaborator

Needs code changes as well not just compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants