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

Uploaded Source

Built Distribution

extralo-0.12.0-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: extralo-0.12.0.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for extralo-0.12.0.tar.gz
Algorithm Hash digest
SHA256 88993e5aadf7860400f28c06795927879ef3384d08d594f5b65ccd5f09a872a4
MD5 ac08a8738a904eb5a88f7d9a6c77d01d
BLAKE2b-256 f9f95a00e0b9838207069767dc57f72e385b8540f23747984fdf74ae6ac66277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: extralo-0.12.0-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for extralo-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 335b1ac4ad753a84025387e80c8b2c40d8e5c608a2a6d1f8d30b0058f4f17157
MD5 05cbc5a64ef3e2d6deb3a8a371267f5a
BLAKE2b-256 67a1d4cddd913e1de4d3bf9f4b2b80775a83216e39d2387f240945c23e4bf493

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