Data pipeline (ETL) framework for server and browser
Project description
AnkaFlow
Run your data pipelines in Python or the browser.
AnkaFlow is a YAML + SQL-powered data pipeline engine that works in local Python, JupyterLite, or fully in-browser via Pyodide.
🚀 Features
- Run pipelines using DuckDB with SQL and optional Python
- Supports Parquet, REST APIs, BigQuery, ClickHouse (server only)
- Browser-compatible: works in JupyterLite, GitHub Pages, VS Code Web and more
📦 Install
# Server
pip install ankaflow[server]
# Dev
pip install -e .[dev,server]
🛠 Usage
> ankaflow /path/to/stages.yaml
from ankaflow import (
ConnectionConfiguration,
Stages,
Flow,
)
connections = ConnectionConfiguration()
stages = Stages.load("path/to/stages.yaml")
flow = Flow(stages, connections)
flow.run()
🔁 What is Stages?
Stages is the object that holds your pipeline definition parsed from a YAML file.
Each stage is one of: tap, transform, or sink.
Example
- name: Extract Data
kind: tap
connection:
kind: Parquet
locator: input.parquet
- name: Transform Data
kind: transform
query: SELECT * FROM "Extract Data" WHERE "amount" > 100
- name: Load Data
kind: sink
connection:
kind: Parquet
locator: output.parquet
📖 Documentation
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
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
File details
Details for the file ankaflow-0.4.0.tar.gz.
File metadata
- Download URL: ankaflow-0.4.0.tar.gz
- Upload date:
- Size: 73.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c163cd17e8556a3794d82cc7db524f5db7d333156d69a5fd8565e57f2a00a36c
|
|
| MD5 |
a6e31a9e2b2bfa1f505836b2881fd375
|
|
| BLAKE2b-256 |
9d7cf8ba527c0d69c6cdc86276099582ec1543716106ee605f3da2207198c81d
|
Provenance
The following attestation bundles were made for ankaflow-0.4.0.tar.gz:
Publisher:
python-publish.yml on targetta/ankaflow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ankaflow-0.4.0.tar.gz -
Subject digest:
c163cd17e8556a3794d82cc7db524f5db7d333156d69a5fd8565e57f2a00a36c - Sigstore transparency entry: 499242649
- Sigstore integration time:
-
Permalink:
targetta/ankaflow@0f32cbca3e42a936a864114f4a17704b1bbea103 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/targetta
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@0f32cbca3e42a936a864114f4a17704b1bbea103 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ankaflow-0.4.0-py3-none-any.whl.
File metadata
- Download URL: ankaflow-0.4.0-py3-none-any.whl
- Upload date:
- Size: 89.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade23d81a8a45804c014a981c371c27080c88cc309d8be2edaa4399f8d0aca24
|
|
| MD5 |
db5af6755c12021c1eca1e8868222c85
|
|
| BLAKE2b-256 |
166a21fe0186acf6a6b3974d50bda0434ddb0a007719ce42be6df6c3fb071149
|
Provenance
The following attestation bundles were made for ankaflow-0.4.0-py3-none-any.whl:
Publisher:
python-publish.yml on targetta/ankaflow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ankaflow-0.4.0-py3-none-any.whl -
Subject digest:
ade23d81a8a45804c014a981c371c27080c88cc309d8be2edaa4399f8d0aca24 - Sigstore transparency entry: 499242668
- Sigstore integration time:
-
Permalink:
targetta/ankaflow@0f32cbca3e42a936a864114f4a17704b1bbea103 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/targetta
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@0f32cbca3e42a936a864114f4a17704b1bbea103 -
Trigger Event:
workflow_dispatch
-
Statement type: