Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
/ bcdc2bcdc Public archive

ETL process between instances of the BC Data Catalog

License

Notifications You must be signed in to change notification settings

bcgov/bcdc2bcdc

Repository files navigation

Lifecycle:Dormant

Overview

Utility to migrate data between two CKAN instances using the CKAN api.

Getting Started

config/transformationConfig.json

This file currently contains the configuration that is being used at DataBC for the transformation between prod and test. A detailed description of this file is available here

Running

Env vars:

Configure the following env vars:

  • export CKAN_API_KEY_DEST=<api key for the destination instance, should be for a ckan sysadmin user>
  • export CKAN_URL_TST=
  • export CKAN_API_KEY_SRC=<api key for source destination instance, should be sysadmin>
  • export CKAN_URL_SRC=
  • export CKAN_DO_NOT_WRITE_URL=<usually the source instance, adds checks to make no methods that make changes are not being called on this instance>
  • export CKAN_NEW_USER_PSWD=
  • export CKAN_TRANSFORMATION_CONFIG=

Optional env vars, These are optional vars that should NOT be used in production/ deployed versions of this code. They are parameters that help with the debugging of this code.

  • export LOG_FILE_PATH= if LOG_FILE_PATH is not set then logging will only go to console.
  • export DUMP_DEBUG_DATA= When the debug param is set the objects returned by the rest api get cached. Subsequent runs of the script will re-use cached objects. Also dumps comparison object data to help debug issues with change control.

Finally, environment variables are defined in the constants, making them easy to change

Running

After the module has been installed:

pip install bcdc2bcdc

and the the env vars described above have been set, you can run the script using

python3 runBCDC2BCDC.py

About

ETL process between instances of the BC Data Catalog

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published