Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.17 KB

HAPI Pipelines

Build Status Coverage Status Ruff

HAPI is a process that runs ...

For more information, please read the documentation.

This library is part of the Humanitarian Data Exchange (HDX) project. If you have humanitarian related data, please upload your datasets to HDX.

Running

Ensure the hapi library is installed using pip install ..

Use the HAPI schema repository to create an empty PostgreSQL HAPI database. Then execute using:

python src/hapi/pipelines/app/__main__.py --db "postgresql+psycopg://postgres:postgres@localhost:5432/hapi"