Skip to content

Implment local Ephemeral Oracle Database

No due date 70% complete

This milestone will tie together all tasks relating to creation of a ephemeral oracle database. The ephemeral oracle database will include the following features:

  • A data extraction script that can copy the data from the existing (dbq / dbp) oracle databases to an object store bucket
  • A data load process that can copy data from object store to the epheme…

This milestone will tie together all tasks relating to creation of a ephemeral oracle database. The ephemeral oracle database will include the following features:

  • A data extraction script that can copy the data from the existing (dbq / dbp) oracle databases to an object store bucket
  • A data load process that can copy data from object store to the ephemeral local oracle database
  • A data extraction script that can copy the data from the (test/prod) nr-spar deployment to object store bucket
  • A data load process that can copy the data from object store to an ephemeral postgres database
  • In docker compose the ability to spin up the oracle database and do the data load from object store
  • In docker compose the ability to spin up the postgres database and do the data load from object store
  • Sync script can be run against ephemeral postgres / oracle envs using docker-compose
Loading