PySpark batch analytics: Extract, Transform, Stage, and analytical modules (linear regression, correlation, PCA, t-test).
Project description
Batch Analytics
PySpark-based analytics pipeline for ClickHouse data: Extract → Transform → Stage → Analytics. Designed to run as the main application inside a Spark driver container (invoked by analytics_runners via SparkApplication CRD).
Bundle contents
Only the files required for the batch analytics job runner:
analytics/
├── pyproject.toml
├── requirements-batch.txt
├── README.md
└── src/
└── batch_analytics/
├── __init__.py
├── __main__.py # python -m batch_analytics
├── job_runner.py # Entry point
├── config.py
├── extract.py
├── transform.py
├── log.py
├── README.md
└── analytics/
├── __init__.py
├── linear_regression.py
├── correlation.py
├── pca_clustering.py
└── t_test.py
Install
pip install -e .
# or: pip install -r requirements-batch.txt && pip install -e .
Run
# Via module
python -m batch_analytics
# Via CLI (after pip install -e .)
batch-analytics
# Full pipeline
batch-analytics
# Analytics only (from staged ClickHouse table)
batch-analytics --from-stage --modules lr corr pca ttest
Configuration
See src/batch_analytics/README.md for environment variables and usage.
Docker image
For Spark on Kubernetes, build an image that includes this package and exposes job_runner.py at the path used by mainApplicationFile (e.g. local:///opt/analytics/job_runner.py).
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
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 batch_analytics-0.2.1.tar.gz.
File metadata
- Download URL: batch_analytics-0.2.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d135d64f3b58098928812d599e6038851550bdba4253873beb673eb5ed6e5b7b
|
|
| MD5 |
0aa389675ef4bace734bb58584b0e483
|
|
| BLAKE2b-256 |
37825f54b4275107a97e729e35ad984570f7a8849ea265e876b11d972c1a27eb
|
File details
Details for the file batch_analytics-0.2.1-py3-none-any.whl.
File metadata
- Download URL: batch_analytics-0.2.1-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5711cecdeaadef1c7f709df92f2a677718b67974ca670c761693290b1078e206
|
|
| MD5 |
77d5d0aa540caec2f679dae5f69f9ee3
|
|
| BLAKE2b-256 |
978cd1b06c7b7ee1036ff9b2c1e3887ae6528a7ed6ad339304b07d36bfd40b91
|