Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

ACWI-SOGW/ngwmn_monitoring_locations_etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngwmn_monitoring_locations_etl

Build Status Codacy Badge codecov

The following environment variables need to be provided to run the ETL:

  • PG_HOST: the hostname of the destination Postgres database
  • PG_PORT: optional database port, default 5432
  • PG_HOST: optional database name, default ngwmn
  • DATABASE_HOST: the hostname of the destination Oracle database
  • DATABASE_NAME: name of destination database
  • DATABASE_PORT: port that the Oracle database is listening on
  • DATABASE_USER: username used to connect
  • DATABASE_PASSWORD: password used to connect
  • REGISTRY_ML_ENDPOINT: the URL of the Well Registry endpoint from which new monitoring locations are pulled

Of the two HOST env variables, only one is required while both can be set.

Once the environment variables are specified, the ETL can be run by:

python execute.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages