n8n agents
Four workflows handle dynamic pricing, consumer purchases, restocking, and sellout logging. Live store activity directly influences agent behavior.
03 / Pipeline
Four n8n agents feed Supabase, Fabric models the data, and Power BI turns events into decisions — in real time.
Four workflows handle dynamic pricing, consumer purchases, restocking, and sellout logging. Live store activity directly influences agent behavior.
Captures transactions, weather impact, events, products, visit dates, and warehouse activity as the raw source-of-truth layer.
Fabric pulls on a real-time schedule, shapes data into dimensional and fact models, then writes to Warehouse (live) and Lake (daily backup).
Power BI dashboards drive schedule optimization. Claude + PBI MCP suggest pricing-agent tunings inside critic-enforced fairness boundaries.
Want the deep-dive? The full architecture infographic has every box and arrow.
Open full infographic ↗n8n made it cheap to run four agents in parallel without orchestration overhead — webhooks in, webhooks out, every workflow self-contained.
Postgres-native means real SQL for downstream consumers. Free tier covers the demo; row-level security keeps it safe to show off.
OneLake + Warehouse gives a live serving layer (sub-minute) AND a Lake backup (daily) without copying data twice — Fabric handles the duplication semantically.
The MCP server lets Claude propose model tweaks against the Power BI semantic layer. A critic loop checks for fairness before any pricing-agent change ships.