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

Uploaded Source

Built Distribution

extralo-0.16.0-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for extralo-0.16.0.tar.gz
Algorithm Hash digest
SHA256 5d0a386e6d69746957868177643b9af89fa1ef47c732f7cb9d0049694f6a3bbb
MD5 aa7d73a36372737cfc72b5b4605dcf7d
BLAKE2b-256 a2af3d7f06776ce188ceb3a14c9f1572588011528ae4cae5ff20d49d6e8356e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: extralo-0.16.0-py3-none-any.whl
  • Upload date:
  • Size: 13.3 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.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 79f2c15b4a16833c5c58e58961ea34ae0fd7ff0f00e8bb59532472c96cf9d731
MD5 0264d882b705e051a33a4d37d5c5a296
BLAKE2b-256 0af993f74207596edb19959147c29154880f18db27994c449d00d97114987a0c

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