Converts FAA's public airmen certification csv files to a postgres database with a REST api wrapper.
- git clone ""
- install postgresql database
- Create postgres database named "app"
- run gradlew build
- execute
- POSTGRES_URL - Connect string to postgres database.
- POSTGRES_USERNAME - Postgres username
- POSTGRES_PASSWORD - Postgres password
- CSV_DESTINATION - Destination directory to download CSV files to.
- Automatically grab zip file every x days
Tests- Clean data
- Split first/middle names
- Region name from abbreviation
- Cert rating name to description
- Remove redundant data from relations
Swagger docDockerfile