TMG Data Library
TMG data library has the functionalities to interact with Google Cloud services allowing to develop more reliable and standard data pipelines.
Quick Start
Installation
Install this library in a virtualenv using pip.
Supported Python Versions
Python >= 3.5
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install tmg-data
Example Usage
Transform from MySQL to BigQuery
from tmg.data import transfer
transfer_client = transfer.Client(project='your-project-id')
transfer_client.bq_to_mysql(
connection_string='root:password@host:port/your-database',
bq_table='your-project-id.your-dataset.your-table',
mysql_table='your-database.your-table'
)
Release files for tmg-data 0.3.19
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tmg_data-0.3.19.tar.gz | 41.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tmg_data-0.3.19-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 91.2 kB
Release files / tmg_data-0.3.19.tar.gz
| Download URL | tmg_data-0.3.19.tar.gz |
|---|---|
| Size | 41.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c4196feab92ef6e66d161207a6c66ebc1a84318895cdf2c07a6f433da5c8e254
|
|
BLAKE2b-256 checksum How to use checksums |
1cf0ec5f06f4d4337acfb6005c194ebd5bb145b46d30d0a79bdeb4177119dc05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / tmg_data-0.3.19-py3-none-any.whl
| Download URL | tmg_data-0.3.19-py3-none-any.whl |
|---|---|
| Size | 49.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f8921a2e56bd4bdccd78c8da760d75b95ba56729611c4fe3e62d42c627ed8e0
|
|
BLAKE2b-256 checksum How to use checksums |
5158c16368b76d1e8ecb1569455f6a9b3c8e9a29f29fb289c54315d271108ab4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|