# earth-now.co # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # File: packages/registry/metrics/realtime.yaml # Purpose: MVP true real-time metrics (catalog §12, 🥇) — USGS earthquakes (event-driven, NO interpolation) metrics: - id: earthquakes_24h name: fr: "Séismes des dernières 24 h (M ≥ 2,5)" en: "Earthquakes in the last 24 h (M ≥ 2.5)" domain: realtime priority: mvp kind: event level: rt model: static-rt-v1 unit: events sources: - id: usgs_fdsn name: "USGS FDSN Event Web Service" url: https://earthquake.usgs.gov/fdsnws/event/1/ license: "US Government public domain" cadence: minutes refresh: poll_5min display: decimals: 0 unit: { fr: "séismes", en: "quakes" } windows: [total] editorialNote: fr: "Vrai temps réel événementiel : aucun tick interpolé, le compteur ne bouge que sur événement USGS." en: "True event-driven real time: no interpolated ticks, the counter moves only on USGS events." - id: humans_in_space name: { fr: "Humains dans l'espace en ce moment", en: "Humans in space right now" } domain: realtime priority: mvp kind: event level: rt model: static-rt-v1 unit: people sources: - id: open_notify name: "Open Notify — People in Space" url: http://api.open-notify.org/astros.json license: "Open API — cite open-notify.org" licenseNote: "verify availability; manual fallback list" cadence: event-driven refresh: poll_1h display: decimals: 0 unit: { fr: "personnes", en: "people" } windows: [total]