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.17.1.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

extralo-0.17.1-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for extralo-0.17.1.tar.gz
Algorithm Hash digest
SHA256 15a47549f64fb73d5949a05d13f17ba86e0547e8a57a8e8abac557d70dc5e52d
MD5 db8b7580792f1fe650dc169e167fc2ad
BLAKE2b-256 3a538851c8c1f522ead626f14e67e5279d6d0061aec3eb9eeef5e9a98196f6f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for extralo-0.17.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a60b63b97a3aa667585e881142a216d3c5f02cc16d751be2d59cb19eb317ca2e
MD5 ef3e090d51e87199f673c870a491e9f0
BLAKE2b-256 9656e97096b8fe4fe72e031f3e9873d339acc78d5fcc177737d348bdf65e91e9

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