Skip to main content

Tiny Argo Workflows python devkit

Project description

Tinyfan

Tinyfan: Minimalist Data Pipeline Kit - Generate Argo Workflows with Python

Features

  • Generate Argo Workflows manifests from Python data pipeline definitions.
  • Ease of Use and highly extendable
  • Intuitive data model abstraction: let Argo handle orchestration—we focus on the data.
  • Argo Workflows is notably lightweight and powerful – and so are we!
  • Enhanced DevOps Experience: easly testable, Cloud Native and GitOps-ready.

Our Goal

  • Minimize mental overhead when building data pipelines.

Not Our Goal

  • Full-featured orchestration framework: We don't aim to be a battery-powered, comprehensive data pipeline orchestration solution.
    No databases, web servers, or controllers—just a data pipeline compiler. Let's Algo Workflows handle all the complexity.

Installation

# Requires Python 3.10+
pipx install tinyfan

Tiny Example

# main.py

# Asset definitions

from tinyfan import asset

@asset(schedule="*/3 * * * *")
def world() -> str:
    return "world"

@asset()
def greeting(world: str):
    print("hello " + world)
# Apply the changes to argo workflow

tinyfan template main.py | kubectl apply -f -

Real World Example (still tiny though!)

Comming soon

License

This project is licensed under the MIT License.

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

tinyfan-0.2.5.tar.gz (52.2 kB view details)

Uploaded Source

Built Distribution

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

tinyfan-0.2.5-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file tinyfan-0.2.5.tar.gz.

File metadata

  • Download URL: tinyfan-0.2.5.tar.gz
  • Upload date:
  • Size: 52.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for tinyfan-0.2.5.tar.gz
Algorithm Hash digest
SHA256 e8004c6461b47c8bd7ed0a3117014aee2b016b89695944dd0c6bf45b5671e911
MD5 8eda84b541df9d92e52f65940e0d96bc
BLAKE2b-256 b4f3fd375ee482234fe98a3364ef02d61452ccd85a5a254c3a27c5f7141686f5

See more details on using hashes here.

File details

Details for the file tinyfan-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: tinyfan-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for tinyfan-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 169a2a05f53ee0d49ae9a138084c6413a105452a5e3cd522392550c6e7b17b0d
MD5 b571676e3bd2ee0c1bcecdb70da98031
BLAKE2b-256 ca50a7eae1c8e1b6e26f8a85793ba7fc5a8fa0c8b3d775fb15c656f9e19d57c4

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