Skip to content

copyleftdev/pipeflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeflow

A tiny declarative ETL pipeline built from a config dict.

from pipeflow import load_config

pipeline = load_config({"sources": [{"name": "users", "records": [{"id": 1}]}]})
pipeline.run()  # -> [{"id": 1}]

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages