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.0.2.tar.gz
(46.5 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.0.2-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file tinyfan-0.0.2.tar.gz.
File metadata
- Download URL: tinyfan-0.0.2.tar.gz
- Upload date:
- Size: 46.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce32fcd8d1385805ecb0567486e2046343aa0ecbb00ba91ddbf2fb34c4affa9
|
|
| MD5 |
54f62595a7a66a046dc82109c9632fe2
|
|
| BLAKE2b-256 |
bb5729cb929bc0b9980bdd2b7bb89f63fd07eb3fe1e2ea6c5bbee81a4dd8522d
|
File details
Details for the file tinyfan-0.0.2-py3-none-any.whl.
File metadata
- Download URL: tinyfan-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37774b13006086a34d71763e92edc8c5041b7cf1ed6814f4e6b78e99b8303718
|
|
| MD5 |
1e3440ff76cd0a4ee53c3d250024040c
|
|
| BLAKE2b-256 |
c1f2c9145c89be7e1eb33628b2819f7a141c67cb976353eac45cc14e112f06c3
|