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 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-0.1.1.tar.gz
(525.2 kB
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-0.1.1.tar.gz.
File metadata
- Download URL: pyplatform-0.1.1.tar.gz
- Upload date:
- Size: 525.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62e28634e682bdc967c3aded4a83f8442b3c1cd4b81d3f562e30ced9cc1833e2
|
|
| MD5 |
f96b7d14a4f66c6eb203e18e5c4221f4
|
|
| BLAKE2b-256 |
68edccef27bb12d55c9386b18f330e98b30d12441c10be6068a6e57d2f5a3322
|
File details
Details for the file pyplatform-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyplatform-0.1.1-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8cf8640f986530d31aea57cb17ae88fbfea4d3eb9977faaeb6fdaefd5efd001
|
|
| MD5 |
5b2aacddff55dc4a69cfc4dae6ea401a
|
|
| BLAKE2b-256 |
c13633a46f1979e3edf7555ffa7735a8545365d53371452f00ad33ca8993f066
|