Skip to main content

migrates multibeam metadata from mb schema to cruise schema

Project description

mb-cruise-migration

Migration scripts for migrating multibeam metadata from MB schema to CRUISE schema.

Usage: Migration Instructions

  1. Create a python file and import the ci-cmg-mb-cruise-migration package.
  2. Create an instance of the "Migrator" class, passing in the path to your config file as the only parameter.
  3. Run the "migrate" method.
  • An example run and start_background shell script is provided, which should be used to run the python script in the background.
  • The package and it's dependencies will need to be installed prior to usage. This can be done with python -m pip install ci-cmg-mb-cruise-migration.

NOTE: if enabling pooled connections for cruise db in config, oracle client libraries need to also be installed: https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#optionally-install-oracle-client

Developing Project

Setup virtual environment

  1. setup virtualenv
  2. specify python installation for virtualenv to use
  3. activate the virtual environment
  4. verify python version and virtualenv
  5. install required modules
  6. verify they were installed with pip list
  7. deactivate the virtual environment
virtualenv migenv

virtualenv --python=</path/to/python> </path/to/new/virtualenv/>

source ./migenv/bin/activate

which python
python -V

python -m pip install --upgrade poetry
poetry install

pip list

deactivate

run tests

Many (most) tests are integration tests and require either one or both the MB or CRUISE schema docker containers be running.

To start docker containers:

from test dir:

./start-it.sh

To run tests (outside env):

from project root:

# runs all tests
./run_tests 

# runs a test file
./run_tests <test filename>

To run tests (inside env):

cd tests
./start-it.sh
pytest

To stop docker containers:

from test dir:

./stop-it.sh

build project

  1. Update version in pyproject.toml either before or after release.
  2. If not already installed: python -m pip install --upgrade build
  3. Build distribution: python -m build
  4. If not already installed: python -m pip install --upgrade twine
  5. Upload to pypi: twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ci_cmg_mb_cruise_migration-1.28.6.tar.gz (714.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ci_cmg_mb_cruise_migration-1.28.6-py3-none-any.whl (88.1 kB view details)

Uploaded Python 3

File details

Details for the file ci_cmg_mb_cruise_migration-1.28.6.tar.gz.

File metadata

File hashes

Hashes for ci_cmg_mb_cruise_migration-1.28.6.tar.gz
Algorithm Hash digest
SHA256 2b8e7dde35313ed567bd413a27631df53ce16dd8297abc0d08aa46fe884801f6
MD5 98606832126281b80ed349d79b8b787e
BLAKE2b-256 c635790d295dcb5f6bc1d1c4bd36f12691df93f587a75ca8be19bef007e3580c

See more details on using hashes here.

File details

Details for the file ci_cmg_mb_cruise_migration-1.28.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ci_cmg_mb_cruise_migration-1.28.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fab9556baa8da9f616893ba6d4fe1a5d5fc2a119244c4541802c9cdb0cc5ba24
MD5 b5687c2fdc7e8392785ba0f4ea68e68a
BLAKE2b-256 f3255297e1c15257b625d19243d57b0eb60c82ab8e1261f7b283a7d895909a6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page