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

Underpass production deployment #386

@emi420

Description

@emi420

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions