You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
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:
Architecture:
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
The text was updated successfully, but these errors were encountered: