Skip to main content

Tiozin, your friendly ETL framework

Project description

Tiozin

Tiozin - Your friendly ETL framework


ETL shouldn't require 80 files, 50 YAMLs, and a PhD in complexity.

Tiozin brings it back to basics: Transform. Input. Output. Nothing more, nothing less.

A lightweight Python framework that makes data jobs declarative, testable, and actually enjoyable to write.

Quick Start

pip install tiozin

Option 1: Define a job in YAML

kind: Job
name: kinglear_word_count_job

org: tiozin
region: latam
domain: literature
product: shakespeare
model: kinglear
layer: refined

runner:
  kind: SparkRunner

inputs:
  - kind: SparkFileInput
    name: load_poems
    path: s3://{{org}}-{{domain}}-raw/{{product}}/{{model}}/date={{ DAY[-1] }}

transforms:
  - kind: SparkWordCountTransform
    name: word_count

outputs:
  - kind: SparkFileOutput
    name: save_word_counts
    path: s3://{{org}}-{{domain}}-{{layer}}/{{product}}/{{model}}/date={{ today }}

Run it:

tiozin run examples/jobs/shakespeare/kinglear_word_count_job.yaml

Option 2: Use Python directly

from tiozin import TiozinApp

app = TiozinApp()
app.run("examples/jobs/shakespeare/kinglear_word_count_job.yaml")

Done. No ceremony, no boilerplate.

Documentation

Philosophy

Your uncle's advice: Keep it simple, readable, and testable.

  • Declarative – Define what, not how
  • Pluggable – Swap runners, registries, plugins as needed
  • Metadata – Built-in metadata integration
  • Observable – Logs that help
  • Testable – Mock anything, validate everything

No magic. No surprises. Just clean data pipelines.

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

License

This project is licensed under the Mozilla Public License 2.0.

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

tiozin-2.0.0.tar.gz (6.7 MB view details)

Uploaded Source

Built Distribution

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

tiozin-2.0.0-py3-none-any.whl (83.6 kB view details)

Uploaded Python 3

File details

Details for the file tiozin-2.0.0.tar.gz.

File metadata

  • Download URL: tiozin-2.0.0.tar.gz
  • Upload date:
  • Size: 6.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tiozin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a1d71c7e636860ef12712142863b82b10e06aaa010972cb916e22e1c59f0ffae
MD5 1c48f85b85227334a800f332423ba329
BLAKE2b-256 8d6017b4a5ad9a56dd83650b6e4101caef033129bc479a53defc8f63232dbf89

See more details on using hashes here.

File details

Details for the file tiozin-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: tiozin-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 83.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tiozin-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06dc3f966d27c99a22c5fcc1a32113cfd9df2149741457bdbb9955e0f45fe4d8
MD5 ac25190bfe66e571d557d1ecf16f51fc
BLAKE2b-256 8102a6086f085ab07f8016ebcc9b9dcf6fb1af921c824b7681d862ba1f7bbaf0

See more details on using hashes here.

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