Closed franTarkenton closed 3 weeks ago
Integrate the script with docker compose allowing for a single docker compose command to
create the container that will run Oracle
run the migrations that will create the necessary structures in oracle
run the script created in #7
[ ] docker compose is created that can create the local oracle database with all the data from either test or prod, loaded from object store.
[ ] documentation that describes how to create the oracle db.
completed https://github.com/bcgov/nr-fds-pyetl/pull/25
Start oracle database, run the migrations, perform the data load:
docker compose up oracle-data-load
Documentation for this feature: docs/data_load.md
Integrate the script with docker compose allowing for a single docker compose command to
create the container that will run Oracle
run the migrations that will create the necessary structures in oracle
run the script created in #7
[ ] docker compose is created that can create the local oracle database with all the data from either test or prod, loaded from object store.
[ ] documentation that describes how to create the oracle db.