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-1.1.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-1.1.0-py3-none-any.whl (75.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tiozin-1.1.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-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a8c7fc888b2f66fe945322d114f7e6cf1fa073f7b743971757d81b867ab186c7
MD5 aa80f7e0dead5faa31e74463295a9398
BLAKE2b-256 d5a96402c42a4d7df8bed20624d6a4e4cc1e1d670dbacf754687e14cd04c4ea8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tiozin-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 75.8 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-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f70bcc4499157fb5536e2fedfe01ecadbfab817807e00abfade83e15d42c23f3
MD5 457e602788d1f21e5507ff25e0cac691
BLAKE2b-256 56463189e037ff45de067cde320d34bdb2983e5f4b7966812d09893dc71360b1

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