ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

Add mongo to compose and seed locations #106

Closed lincent closed 2 weeks ago

lincent commented 2 weeks ago

Add mongo service to the docker compose files

Added a shell script to install liquibase on environment Added a shell script to run the seeding of locations

Updated the add_cities_to_locations.py to take the database uri and database name from the command line, currently it was relying on some magic environment variables. Also updated so that all code is contained in single file for mongo access.

Moved liquibase changelog files to deployment root directory

github-actions[bot] commented 2 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
752 707 94% 80% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 93ad316 by action🐍