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

Uploaded Source

Built Distribution

extralo-0.9.3-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for extralo-0.9.3.tar.gz
Algorithm Hash digest
SHA256 ccb268f6e7740823e86239c3dbd98d192ecad0919942a0daa05e653160db15b5
MD5 737ae2e18a69c365fd7a60e211629134
BLAKE2b-256 bbdf5545bc95f15ff4c245d9a05585f01b1789c8149db94e826e9a441701fc15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: extralo-0.9.3-py3-none-any.whl
  • Upload date:
  • Size: 10.3 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.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6c6324737a2f381677fd3457a650176c07695da59d3956e85c6f0ade68b77028
MD5 7a6e2e8768ee5d649b65ba93d16c9721
BLAKE2b-256 0f08b3dc2c497b4f38aee4799858892b9b763c983fa6f1ff2032f7a35b70cb10

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