A lightweight Streamlit app that reads a YAML pipeline config, visualizes it as a DAG, and simulates an ETL run.
- DAG graph built with
networkx+pyvis - Step-by-step ETL simulation
- Upload your own config files
- Easy to run: no DBs, no logins, just
streamlit run app.py
git clone https://github.com/HanseJinn/pipeline-visualizer.git
cd pipeline-visualizer
pip install -r requirements.txt
streamlit run app.py