Skip to main content

QuickETL - Fast & Flexible Python ETL Framework with 20+ backend support via Ibis

Project description

QuickETL

Fast & Flexible Python ETL Framework with 20+ backend support via Ibis

PyPI version License: MIT

QuickETL is a configuration-driven ETL framework that provides a simple, unified API for data processing across multiple compute backends including DuckDB, Polars, Spark, and pandas.

Documentation | GitHub

Features

  • 20+ Backends: DuckDB, Polars, Spark, pandas, Snowflake, BigQuery, and more via Ibis
  • Configuration-driven: Define pipelines in YAML with variable substitution
  • Quality Checks: Built-in validation (not_null, unique, row_count, accepted_values)
  • 12 Transforms: filter, aggregate, join, derive_column, and more
  • CLI & Python API: Use quicketl run or the Pipeline builder
  • Cloud Storage: S3, GCS, Azure via fsspec

Installation

pip install quicketl

See installation docs for backend-specific extras.

Quick Start

# Create a new project
quicketl init my_project
cd my_project

# Run the sample pipeline
quicketl run pipelines/sample.yml

Or use Python:

from quicketl import Pipeline

pipeline = Pipeline.from_yaml("pipeline.yml")
result = pipeline.run()

Example Pipeline

name: sales_etl
engine: duckdb

source:
  type: file
  path: data/sales.parquet

transforms:
  - op: filter
    predicate: amount > 0
  - op: aggregate
    group_by: [region]
    aggs:
      total: sum(amount)

sink:
  type: file
  path: output.parquet

Documentation

Full documentation, tutorials, and API reference at quicketl.com

License

MIT License - see LICENSE for details.

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

quicketl-1.4.0.tar.gz (464.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quicketl-1.4.0-py3-none-any.whl (102.2 kB view details)

Uploaded Python 3

File details

Details for the file quicketl-1.4.0.tar.gz.

File metadata

  • Download URL: quicketl-1.4.0.tar.gz
  • Upload date:
  • Size: 464.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quicketl-1.4.0.tar.gz
Algorithm Hash digest
SHA256 2a8976cf66085889634dede2d34dd8375e747e56c1c80f6de1c0253f3e64c3d7
MD5 370cf35ae7fb35c770cac6628e6bfa15
BLAKE2b-256 a679b529c6f222170b33ea256caec679c44440eeb62577d248ec2032b16d7152

See more details on using hashes here.

Provenance

The following attestation bundles were made for quicketl-1.4.0.tar.gz:

Publisher: release.yml on ameijin/quicketl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quicketl-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: quicketl-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 102.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quicketl-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 faa6f16e0c1017d1df320fec0d11e9b1014427c87d6dc59ae13bcd1c6ade4605
MD5 390f0bae4fe731a054241fd714aa5338
BLAKE2b-256 4849ede5ce97261fb69f9d7d23c95ea3b4b0d8de93ab6a30c2d6ef8147e494f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quicketl-1.4.0-py3-none-any.whl:

Publisher: release.yml on ameijin/quicketl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page