Files
worldmonitor/scripts
Elie Habib 75bc73428c feat(supply-chain): seed WTO DataLab Hormuz Trade Tracker with attribution (#2207)
Scrapes https://datalab.wto.org/Strait-of-Hormuz-Trade-Tracker daily
and writes structured insights to Redis (supply_chain:hormuz_tracker:v1).

Extracted fields:
- updatedDate: last WTO insight date (server-rendered, updates daily)
- title: strategic insight title (e.g. Cross-Commodity Impact of closure)
- summary: short blurb from Latest Insights section
- paragraphs: full body of the insight (up to 5 paragraphs)
- status: derived status (closed / disrupted / restricted / open)
- attribution: { source: 'WTO DataLab / AXSMarine', url }

Attribution is embedded in the payload per WTO/AXSMarine requirements.
Cron: every 6h (0 */6 * * *) — TTL 8h, health maxStaleMin 720.
2026-03-24 20:11:33 +04:00
..