Skip to content

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

SectionDescription
Fullstack DataflowMirakl / 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 build

Diagrams 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 diagrams

Source: Bitbucket