Pyplatform is a data analytics platform architeture built around Google BigQuery in a hybrid cloud environment.
Project description
Pyplatform is a data analytics platform architeture built around Google BigQuery in a hybrid cloud environment.
the platorm:
- provides fast, scalable and reliable SQL database solution
- abstracts away the infrastuture by builiding data pipelines with serverless compute solutions in python runtime environments
- simplifies development environment by using jupyter lab as the main tool
Installation
pip install pyplatform
Setting up development environment
git clone https://github.com/mhadi813/pyplatform
cd pyplatform
conda env create -f pyplatform_dev.yml
Environment variables
import os
os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = 'path/to/default_service_account.json'
os.environ['DATASET'] = 'default_bigquery_dataset_name'
os.environ['STORAGE_BUCKET'] = 'default_storage_bucket_id'
Usage
common data pipeline architectures:
- Http sources
- On-prem servers
- Bigquery integration with Azure Logic Apps
- Event driven ETL process
- Streaming pipelines
Exploring modules
import pyplatform as pyp
pyp.show_me()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyplatform-2020.5.3.tar.gz
(1.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyplatform-2020.5.3.tar.gz.
File metadata
- Download URL: pyplatform-2020.5.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc53c3570bdbcce8ee12e84213b4425482bbb04ae17ee164a06cc9d5792bfee2
|
|
| MD5 |
fa18e3d01367e4cf80ebac7f77bc9536
|
|
| BLAKE2b-256 |
189089f8755af5876906cbe28b727a7491e5a62d6e1f7b20e8b4d0100bca14ef
|
File details
Details for the file pyplatform-2020.5.3-py3-none-any.whl.
File metadata
- Download URL: pyplatform-2020.5.3-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e41c96b0949dba49d35565c73febbf0d5770f6c1400819d87002200029ee2245
|
|
| MD5 |
94a58e4145f8fd679b2359ba7e79f669
|
|
| BLAKE2b-256 |
f82aa159d175ce7d0df560d02020d3265e7a55bb1e77b6b12c79af89ab334cb5
|