Skip to main content

ETL for Python

Project description

ETL using python

Python package for extracting data from a source, transforming it and loading it to a destination, with validation in between.

The provided ETL pipeline provides useful functionality on top of the usual operations:

  • Extract: Extract data from multiples sources, in parallel (using threads).
  • Validate: Validate the extracted data, to make sure it matches what will be required by the transform step, using pandera schemas. This provide early fail if there is any unexpected change in the sources.
  • Transform: Define the logic for transformation of the data, making it reusable, and allowing multiple data frames as input and multiple data frames as output.
  • Validate again: Validate the transformed data, to make sure it matches your expectation, and what the destination will require.
  • Load: Load multiple data, each to one or more destination, and load diferent data to diferent destinations in parallel (using threads).

Installation

The package is available at PyPI, so you can install it using pip:

pip install extralo

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

extralo-0.15.0.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

extralo-0.15.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file extralo-0.15.0.tar.gz.

File metadata

  • Download URL: extralo-0.15.0.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for extralo-0.15.0.tar.gz
Algorithm Hash digest
SHA256 e4aee9cda2f825b4e782f41e39446bc1209c29549eefa61b2705cdff52fcc328
MD5 c44ae1ed3386c1701e8f74c75c326dd3
BLAKE2b-256 af9f8e826655e50345329604bf3a45ebb75212aaa1a185791b5ac2672e667cd2

See more details on using hashes here.

File details

Details for the file extralo-0.15.0-py3-none-any.whl.

File metadata

  • Download URL: extralo-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for extralo-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d6aa3c005f9bea38b349f2b98c1330a446e31a006c8c972057f68672e0b88000
MD5 ccbcacf12fbbbb99b4695c2aa94b91be
BLAKE2b-256 e0d0a4bbb20267b7bd8d0ba731b709a8db48c88fee1b681962806067e3ee0b2e

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