Skip to main content

A compiliation of data pipeline scripts in Python

Project description

About

This is a compilation of my data pipeline scripts written in Python.

Conventions

Each pipeline function is an executable python file that accepts flags to modify the specific configurations of the pipeline (i.e. MSSQL DB Name, GCS Bucket Name).

When loading data from a third-party source you can set the temporary destination of the data to the data/ folder. After the data has been successfully ingested remove the file from the data folder.

Folder Structure

  • config/
    • contains any specific configurations that need to be modified within the Docker container
  • data/
    • a temporary landing zone for any data that is ingested from a third-party source
  • functions/
    • contains all pipeline functions
  • functions/utils/
    • contains all reusable code and can be organized futher as either a Source (where data is pulled from), or a Target (where data is placed)

Setup

  1. Create and activate a python virtual environment.
python3 -m venv venv
source /venv/bin/activate
  1. Install python dependencies
pip install -r requirements.txt

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

pypeline_functions-0.1.1.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

pypeline_functions-0.1.1-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file pypeline_functions-0.1.1.tar.gz.

File metadata

  • Download URL: pypeline_functions-0.1.1.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pypeline_functions-0.1.1.tar.gz
Algorithm Hash digest
SHA256 10c66cc8f01d84e19cf9bf76c7d4495c4c0912460742701ebcaf994572caacec
MD5 b0c4734818905e2abe8d84a4be6e639b
BLAKE2b-256 204f40020cb662201e3335e3d9b5c8c6efd059b4099b865634fbee600bd5021b

See more details on using hashes here.

File details

Details for the file pypeline_functions-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pypeline_functions-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 192aa326d1bd3b0611045fee630b237b072ee744ef1f91dcab6d26a3918d772c
MD5 e0f6e97af0a2bf40cd0d3d0c992a3787
BLAKE2b-256 47c39dafe3f3fca37db0fcf3d946acb7745835908412f66bef8fd4e6df29b4d9

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