Appearance
watsco1-etl-offers Documentation
Documentation for the PriceFX → Mirakl offers/pricing ETL pipeline and its place in the broader Mirakl/PIM ecosystem.
Table of Contents
| Section | Description |
|---|---|
| Fullstack Dataflow | Mirakl / PIM / Offers dataflow — context and component-level diagrams, team ownership |
Contributing
This site is built with VitePress and uses the Python diagrams library (+ Graphviz) for diagram-as-code.
bash
npm install
npm run dev # start the local dev server
npm run build # production buildDiagrams live under docs/fullstack/diagrams/ and render to docs/public/fullstack/:
bash
cd docs/fullstack
make diagrams # bootstraps the venv (first run) and renders all diagramsSource: Bitbucket