Skip to main content

Django custom management tool intended to perform data exports and migration of CheMBL database.

Project description

chembl_migrate
======


.. image:: https://img.shields.io/pypi/v/chembl_migrate.svg
:target: https://pypi.python.org/pypi/chembl_migrate/
:alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/chembl_migrate.svg
:target: https://pypi.python.org/pypi/chembl_migrate/
:alt: Downloads

.. image:: https://img.shields.io/pypi/pyversions/chembl_migrate.svg
:target: https://pypi.python.org/pypi/chembl_migrate/
:alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/chembl_migrate.svg
:target: https://pypi.python.org/pypi/chembl_migrate/
:alt: Development Status

.. image:: https://img.shields.io/pypi/l/chembl_migrate.svg
:target: https://pypi.python.org/pypi/chembl_migrate/
:alt: License

.. image:: https://badge.waffle.io/chembl/chembl_migrate.png?label=ready&title=Ready
:target: https://waffle.io/chembl/chembl_migrate
:alt: 'Stories in Ready'

This is chembl_migrate package developed at Chembl group, EMBL-EBI, Cambridge, UK.

This package provides custom Django management command 'migrate'.
For usage type `python manage.py migrate help`.
'migrate' copies data from one database to another.
Both databases must be described by the same Django model.
By default django model being migrated is 'chembl_migration_model' but this can be changed in settings to any other django model.
If target database doesn't have tables required by the model they will be created, despite status of 'managed' meta flag.
All data is copied in order that should avoid any integration errors.
Migration process is done in chunks of 1000 records but this number can be configured.
Each chunk is copied within a transaction.
When interrupted, the migration process can be rerun and it will detect which data has already been migrated and start migration from the point where it finished.

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

chembl-migrate-0.8.4.tar.gz (15.1 kB view details)

Uploaded Source

File details

Details for the file chembl-migrate-0.8.4.tar.gz.

File metadata

File hashes

Hashes for chembl-migrate-0.8.4.tar.gz
Algorithm Hash digest
SHA256 03a766ba664469ff1f55cdc013e52973230c05432d0162e554767b2fee41104a
MD5 3c432ab5edd166ee36c8378b1e36dba1
BLAKE2b-256 e65e44da6df6b574bec05eec9500df4849ec911845078f4712400a65f19a4cde

See more details on using hashes here.

Supported by

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