Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

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 moved this to Todo in Underpass 2023-2024 Oct 22, 2023
@emi420 emi420 moved this from Todo to In Progress in Underpass 2023-2024 Nov 30, 2023
@emi420 emi420 changed the title Underpass production API deployment Underpass production deployment Dec 7, 2023
@emi420 emi420 moved this from In Progress to Todo in Underpass 2023-2024 Aug 22, 2024
@emi420 emi420 moved this from Todo to Backlog in Underpass 2023-2024 Aug 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

2 participants