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
Release history Release notifications | RSS feed
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.6.tar.gz
(52.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tinyfan-0.2.6-py3-none-any.whl
(18.8 kB
view details)
File details
Details for the file tinyfan-0.2.6.tar.gz.
File metadata
- Download URL: tinyfan-0.2.6.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d3bb7052a77332624f4ec309127dc708e04c7eec7e1324e6f40fd4f539d7ed5
|
|
| MD5 |
e254f95d6db3c8e27b7911bb7dbe9433
|
|
| BLAKE2b-256 |
5bcf3a71f6783523052a854739c49ea9bef6f98265cd1cab4ab2283d6062214f
|
File details
Details for the file tinyfan-0.2.6-py3-none-any.whl.
File metadata
- Download URL: tinyfan-0.2.6-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c947f581f2f9cb06f20440dce4cd0864d7278ee4b289267dfa346f262a4adf20
|
|
| MD5 |
23cc7c24f43cc00a2b3ed8f61f9dadf4
|
|
| BLAKE2b-256 |
a62ff15756c326e355e7995a5c54eef18c3a252a2d550b20f80dc738a6eab7b0
|