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

Underpass production deployment #386

Open
emi420 opened this issue Apr 25, 2023 · 0 comments
Open

Underpass production deployment #386

emi420 opened this issue Apr 25, 2023 · 0 comments
Assignees

Comments

@emi420
Copy link
Collaborator

emi420 commented Apr 25, 2023

Architecture:

Screenshot 2023-12-07 at 18 56 03

Underpass

This is the data engine, which download and processes OSM data, storing the results into the Underpass PostgreSQL DB. It's a C++ program, compiled as a binary. It can be installed in a container. There's a bootstrap manual process that's needed before running the program that will keep the database updated minutely.

Underpass DB

Currently, the same database is storing both Raw Data (ways polygons, ways lines and nodes) and Underpass data (changesets, validation). This database will store data for 4 countries at first (one per HOT Hub).

Underpass API

Based on Fast API, it can be deployed in a container. It needs connection to the Underpass DB. It will receive requests from the Underpass UI components used into the HOT's Tasking Manager.

Underpass UI

It's already available to be installed as an NPM package from the repository:

yarn add https://github.com/hotosm/underpass-ui.git

It was implemented into the TM already. There's a PR waiting for review:

hotosm/tasking-manager#6151

@emi420 emi420 self-assigned this Apr 25, 2023
@emi420 emi420 added this to the Q2 - 2023 milestone Apr 25, 2023
@emi420 emi420 modified the milestones: Q2 2023, Q3 2023 Jul 12, 2023
@emi420 emi420 removed this from the Q3 2023 milestone Sep 5, 2023
@emi420 emi420 changed the title Underpass API deployment Underpass production API deployment Oct 19, 2023
@emi420 emi420 added this to the Q4 2023 milestone Oct 19, 2023
@emi420 emi420 changed the title Underpass production API deployment Underpass production deployment Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants