File size: 41,352 Bytes
d705bb5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 | # Architecture (DEPRECATED)
> **This document is outdated.** The current architecture reference is [`/ARCHITECTURE.md`](../../ARCHITECTURE.md) at the repository root.
World Monitor is an AI-powered real-time global intelligence dashboard built as a TypeScript single-page application. It aggregates 30+ external data sources β covering geopolitics, military activity, financial markets, cyber threats, climate events, and more β into a unified operational picture rendered through an interactive 3D globe and a grid of specialised panels.
This document covers the full system architecture: deployment topology, variant configuration, data pipelines, signal intelligence, map rendering, caching, desktop packaging, machine-learning inference, and error handling.
---
## Table of Contents
1. [High-Level System Diagram](#1-high-level-system-diagram)
2. [Variant Architecture](#2-variant-architecture)
3. [Data Flow: RSS Ingestion to Display](#3-data-flow-rss-ingestion-to-display)
4. [Signal Intelligence Pipeline](#4-signal-intelligence-pipeline)
5. [Map Rendering Pipeline](#5-map-rendering-pipeline)
6. [Caching Architecture](#6-caching-architecture)
7. [Desktop Architecture](#7-desktop-architecture)
8. [ML Pipeline](#8-ml-pipeline)
9. [Error Handling Hierarchy](#9-error-handling-hierarchy)
---
## 1. High-Level System Diagram
The system follows a classic edge-compute pattern: a static SPA served from a CDN communicates with serverless API endpoints that proxy, normalise, and cache upstream data.
```mermaid
graph TD
subgraph Browser
SPA["TypeScript SPA<br/>(Vite 6, class-based)"]
SW["Service Worker<br/>(Workbox)"]
IDB["IndexedDB<br/>(snapshots & baselines)"]
MLW["ML Web Worker<br/>(ONNX / Transformers.js)"]
SPA --> SW
SPA --> IDB
SPA --> MLW
end
subgraph Vercel["Vercel Edge Functions"]
API["60+ API Endpoints<br/>(api/ directory, plain JS)"]
end
subgraph External["External APIs (30+)"]
RSS["RSS Feeds"]
ACLED["ACLED"]
UCDP["UCDP"]
GDELT["GDELT"]
OpenSky["OpenSky"]
Finnhub["Finnhub"]
Yahoo["Yahoo Finance"]
FRED["FRED"]
CoinGecko["CoinGecko"]
Polymarket["Polymarket"]
FIRMS["NASA FIRMS"]
GROQ["Groq / OpenRouter"]
Others["+ 20 more"]
end
subgraph Cache["Upstash Redis"]
Redis["Server-side<br/>API Response Cache"]
end
subgraph Desktop["Tauri Desktop Shell"]
Tauri["Tauri 2 (Rust)"]
Sidecar["Node.js Sidecar<br/>127.0.0.1:46123"]
Tauri --> Sidecar
end
SPA <-->|"fetch()"| API
SPA <-->|"Tauri IPC"| Tauri
SPA <-->|"fetch()"| Sidecar
API <--> Redis
API <--> RSS
API <--> ACLED
API <--> UCDP
API <--> GDELT
API <--> OpenSky
API <--> Finnhub
API <--> Yahoo
API <--> FRED
API <--> CoinGecko
API <--> Polymarket
API <--> FIRMS
API <--> GROQ
API <--> Others
```
### Component Summary
| Layer | Technology | Role |
|---|---|---|
| **SPA** | TypeScript, Vite 6, no framework | UI rendering via class-based components extending a `Panel` base class. 44 panels in the full variant. |
| **Vercel Edge Functions** | Plain JS (60+ files in api/) | Proxy, normalise, and cache upstream API calls. Each file exports a default Vercel handler. |
| **External APIs** | 30+ heterogeneous sources | RSS feeds, conflict databases (ACLED, UCDP), geospatial (GDELT, NASA FIRMS, OpenSky), markets (Finnhub, Yahoo Finance, CoinGecko), LLMs (Groq, OpenRouter), and more. |
| **Upstash Redis** | Redis REST API | Server-side response cache with TTL-based expiry. Falls back to in-memory Map in sidecar mode. |
| **Service Worker** | Workbox | Offline support, runtime caching strategies, background sync. |
| **IndexedDB** | `worldmonitor_db` | Client-side storage for playback snapshots and temporal baseline data. |
| **Tauri Shell** | Tauri 2 (Rust) + Node.js sidecar | Desktop packaging. Sidecar runs a local API server; Rust layer provides OS keychain, window management, and IPC. |
| **ML Worker** | Web Worker + ONNX Runtime / Transformers.js | In-browser inference for embeddings, sentiment, summarisation, and NER. |
---
## 2. Variant Architecture
World Monitor ships as three product variants from a single codebase. Each variant surfaces a different subset of panels, map layers, and data sources.
| Variant | Domain | Focus |
|---|---|---|
| `full` | worldmonitor.app | Geopolitics, military, OSINT, conflicts, markets |
| `tech` | tech.worldmonitor.app | AI/ML, startups, cybersecurity, developer tools |
| `finance` | finance.worldmonitor.app | Markets, trading, central banks, macro indicators |
### Variant Resolution
The active variant is resolved at startup in src/config/variant.ts via a strict priority chain:
```
localStorage('worldmonitor-variant') β import.meta.env.VITE_VARIANT β default 'full'
```
The exported constant `SITE_VARIANT` is computed once as an IIFE:
```typescript
export const SITE_VARIANT: string = (() => {
if (typeof window !== 'undefined') {
const stored = localStorage.getItem('worldmonitor-variant');
if (stored === 'tech' || stored === 'full' || stored === 'finance') return stored;
}
return import.meta.env.VITE_VARIANT || 'full';
})();
```
The `localStorage` override enables runtime variant switching on the settings page without a rebuild. The `VITE_VARIANT` env var is set at deploy time (one Vercel project per subdomain).
### Configuration Tree-Shaking
```mermaid
graph TD
subgraph ConfigTree["src/config/variants/"]
Base["base.ts<br/>VariantConfig interface<br/>API_URLS, REFRESH_INTERVALS<br/>STORAGE_KEYS, MONITOR_COLORS"]
Full["full.ts<br/>VARIANT_CONFIG"]
Tech["tech.ts<br/>VARIANT_CONFIG"]
Finance["finance.ts<br/>VARIANT_CONFIG"]
Commodity["commodity.ts<br/>VARIANT_CONFIG"]
Happy["happy.ts<br/>VARIANT_CONFIG"]
Energy["energy.ts<br/>VARIANT_CONFIG"]
Base --> Full
Base --> Tech
Base --> Finance
Base --> Commodity
Base --> Happy
Base --> Energy
end
subgraph Panels["src/config/panels.ts"]
FP["FULL_PANELS (44)"]
FM["FULL_MAP_LAYERS (37 enabled of 56 layer types)"]
FMM["FULL_MOBILE_MAP_LAYERS"]
TP["TECH_PANELS"]
TM["TECH_MAP_LAYERS"]
FiP["FINANCE_PANELS"]
FiM["FINANCE_MAP_LAYERS"]
CP["COMMODITY_PANELS"]
CM["COMMODITY_MAP_LAYERS"]
HP["HAPPY_PANELS"]
HM["HAPPY_MAP_LAYERS"]
EP["ENERGY_PANELS"]
EM["ENERGY_MAP_LAYERS"]
end
Variant["SITE_VARIANT"] --> Switch{"Ternary switch"}
Switch -->|"full"| FP
Switch -->|"tech"| TP
Switch -->|"finance"| FiP
Switch -->|"commodity"| CP
Switch -->|"happy"| HP
Switch -->|"energy"| EP
Switch --> DefaultPanels["DEFAULT_PANELS"]
Switch --> DefaultLayers["DEFAULT_MAP_LAYERS"]
Switch --> MobileLayers["MOBILE_DEFAULT_MAP_LAYERS"]
```
The `VariantConfig` interface in src/config/variants/base.ts defines the shape:
```typescript
interface VariantConfig {
name: string;
description: string;
panels: Record<string, PanelConfig>;
mapLayers: MapLayers;
mobileMapLayers: MapLayers;
}
```
Each variant file (full.ts, tech.ts, finance.ts, commodity.ts, happy.ts, energy.ts) exports a `VARIANT_CONFIG` conforming to this interface. The shared base re-exports common constants: `API_URLS`, `REFRESH_INTERVALS`, `STORAGE_KEYS`, `MONITOR_COLORS`, `SECTORS`, `COMMODITIES`, `MARKET_SYMBOLS`, `UNDERSEA_CABLES`, and `AI_DATA_CENTERS`.
At build time, Vite's tree-shaking eliminates unused variant configs. If `VITE_VARIANT=tech`, the non-tech panel definitions are dead-code-eliminated from the production bundle.
At runtime, src/config/panels.ts selects the active panel set from
`VARIANT_DEFAULTS` and applies display overrides through
`getEffectivePanelConfig()`:
```typescript
export const DEFAULT_PANELS: Record<string, PanelConfig> = Object.fromEntries(
(VARIANT_DEFAULTS[SITE_VARIANT] ?? VARIANT_DEFAULTS['full'] ?? []).map(key =>
[key, getEffectivePanelConfig(key, SITE_VARIANT)]
)
);
```
The map layer exports still use explicit variant branches for
`DEFAULT_MAP_LAYERS` and `MOBILE_DEFAULT_MAP_LAYERS`.
### Panel and Layer Counts
| Variant | Panels | Desktop Map Layers | Mobile Map Layers |
|---|---|---|---|
| `full` | 44 | 37 enabled of 56 layer types | Reduced subset |
| `tech` | ~20 | Tech-focused layers (cloud regions, startup hubs, accelerators) | Minimal |
| `finance` | ~18 | Finance-focused layers (stock exchanges, financial centres, central banks) | Minimal |
| `commodity` | commodity-focused | Commodity-focused layers (mines, ports, commodity hubs) | Minimal |
| `happy` | positive-news focused | Constructive-news layers | Minimal |
| `energy` | energy-focused | Energy infrastructure, chokepoints, policy, and disruption layers | Minimal |
The `MapLayers` interface contains 56 layer-definition keys, with variant defaults deciding which toggles are enabled at startup.
---
## 3. Data Flow: RSS Ingestion to Display
The browser intelligence pipeline transforms raw RSS feeds into clustered and classified events displayed across panels. Server-authoritative endpoints publish CII/CRI scores, source-attributed briefs, forecasts, MCP tools, and cached operational data where those contracts are documented.
```mermaid
sequenceDiagram
participant RSS as RSS Sources
participant Proxy as /api/rss-proxy
participant Cache as Upstash Redis
participant SPA as Browser SPA
participant Cluster as clustering.ts
participant ML as ML Worker
participant Threat as threat-classifier.ts
participant Entity as entity-extraction.ts
participant Panel as Panel Components
SPA->>Proxy: fetch(feedUrl)
Proxy->>Cache: getCachedJson(key)
alt Cache hit
Cache-->>Proxy: cached response
else Cache miss
Proxy->>RSS: GET feed XML/JSON
RSS-->>Proxy: raw feed data
Proxy->>Cache: setCachedJson(key, data, ttl)
end
Proxy-->>SPA: NewsItem[]
SPA->>Cluster: clusterNews(items)
Note over Cluster: Jaccard similarity<br/>on title token sets
alt ML Worker available
SPA->>Cluster: clusterNewsHybrid(items)
Cluster->>ML: embed(clusterTexts)
ML-->>Cluster: embeddings[][]
Cluster->>Cluster: mergeSemanticallySimilarClusters()
end
Cluster-->>SPA: ClusteredEvent[]
SPA->>Threat: classifyCluster(event)
Threat-->>SPA: ThreatClassification
SPA->>Entity: extractEntitiesFromCluster(event)
Entity-->>SPA: NewsEntityContext
SPA->>Panel: render(scoredEvents)
```
### Pipeline Stages
**Stage 1 β RSS Fetch** (src/services/rss.ts)
The `fetchFeed()` function calls the `/api/rss-proxy` endpoint, which fetches and parses upstream RSS/Atom feeds on the server side. Responses are cached in Upstash Redis (or the sidecar in-memory cache). On the client, a per-feed in-memory cache (`feedCache` Map) prevents redundant network requests within the refresh interval, and a persistent cache layer (via src/services/persistent-cache.ts) provides resilience across page reloads and desktop restarts.
The `fetchAllFeeds()` function orchestrates concurrent fetching across all enabled feeds with configurable `onBatch` callbacks for progressive rendering.
**Stage 2 β Clustering** (src/services/clustering.ts)
Two clustering strategies are available:
- `clusterNews(items)` β fast Jaccard similarity over title token sets via `clusterNewsCore()`. Groups headlines with high textual overlap into `ClusteredEvent[]`. This is the default path when ML is unavailable.
- `clusterNewsHybrid(items)` β first runs Jaccard clustering, then refines results using semantic embeddings from the ML Worker. `mergeSemanticallySimilarClusters()` reduces fragmentation by joining clusters whose embedding centroids exceed the `semanticClusterThreshold` (default 0.75). Requires at least `minClustersForML` (5) initial clusters to activate.
**Stage 3 β Classification** (src/services/threat-classifier.ts)
Each clustered event receives a `ThreatClassification` with a `ThreatLevel` (`critical | high | medium | low | info`). The classifier uses keyword pattern matching and source-tier weighting. Threat levels map to CSS variables (`--threat-critical`, `--threat-high`, etc.) for consistent colour coding across panels.
**Stage 4 β Entity Extraction** (src/services/entity-extraction.ts + src/services/entity-index.ts)
The `extractEntitiesFromTitle()` function matches text against a pre-built entity index. The `extractEntitiesFromCluster()` function aggregates entities across all items in a cluster to produce a `NewsEntityContext` containing primary and related entities.
The entity index (src/services/entity-index.ts) is a multi-index structure with five `Map` lookups:
| Index | Type | Purpose |
|---|---|---|
| `byId` | `Map<string, EntityEntry>` | Canonical lookup by entity ID |
| `byAlias` | `Map<string, string>` | Alias-to-ID resolution (case-insensitive) |
| `byKeyword` | `Map<string, Set<string>>` | Keyword-to-entity-IDs for text matching |
| `bySector` | `Map<string, Set<string>>` | Sector-based grouping |
| `byType` | `Map<string, Set<string>>` | Entity type grouping (person, org, country, etc.) |
**Stage 5 β Display**
Classified and entity-enriched events are distributed to panels. The `Panel` base class provides a consistent rendering contract. Each panel subclass (LiveNewsPanel, IntelligencePanel, etc.) decides how to filter, sort, and present events relevant to its domain.
---
## 4. Signal Intelligence Pipeline
The signal aggregator fuses heterogeneous geospatial data sources into a unified intelligence picture with country-level clustering and regional convergence detection.
```mermaid
graph TD
subgraph Sources["Data Sources"]
IO["Internet Outages"]
MF["Military Flights<br/>(OpenSky)"]
MV["Military Vessels<br/>(AIS)"]
PR["Protests<br/>(ACLED)"]
AD["AIS Disruptions"]
SF["Satellite Fires<br/>(NASA FIRMS)"]
TA["Temporal Anomalies<br/>(Baseline Deviations)"]
end
subgraph Aggregator["SignalAggregator (src/services/signal-aggregator.ts)"]
Extract["Signal Extraction<br/>normalise to GeoSignal"]
Geo["Geo-Spatial Correlation<br/>country code lookup"]
Country["Country Clustering<br/>CountrySignalCluster"]
Regional["Regional Convergence<br/>REGION_DEFINITIONS (6 regions)"]
Score["Convergence Scoring<br/>multi-signal co-occurrence"]
Summary["SignalSummary<br/>AI context generation"]
end
IO --> Extract
MF --> Extract
MV --> Extract
PR --> Extract
AD --> Extract
SF --> Extract
TA --> Extract
Extract --> Geo
Geo --> Country
Country --> Regional
Regional --> Score
Score --> Summary
Summary --> Insights["AI Insights Panel"]
Summary --> MapVis["Map Visualisation"]
Summary --> SignalModal["Signal Modal"]
```
### Type Hierarchy
The pipeline defined in src/services/signal-aggregator.ts operates on a layered type system:
```
SignalType (enum-like union)
βββ internet_outage
βββ military_flight
βββ military_vessel
βββ protest
βββ ais_disruption
βββ satellite_fire
βββ temporal_anomaly
GeoSignal (individual signal)
βββ type: SignalType
βββ country: string (ISO 3166-1 alpha-2)
βββ countryName: string
βββ lat / lon: number
βββ severity: 'low' | 'medium' | 'high'
βββ title: string
βββ timestamp: Date
CountrySignalCluster (per-country aggregation)
βββ country / countryName
βββ signals: GeoSignal[]
βββ signalTypes: Set<SignalType>
βββ totalCount / highSeverityCount
βββ convergenceScore: number
RegionalConvergence (cross-country pattern)
βββ region: string
βββ countries: string[]
βββ signalTypes: SignalType[]
βββ totalSignals: number
βββ description: string
SignalSummary (final output)
βββ timestamp: Date
βββ totalSignals: number
βββ byType: Record<SignalType, number>
βββ convergenceZones: RegionalConvergence[]
βββ topCountries: CountrySignalCluster[]
βββ aiContext: string
```
### Region Definitions
The `REGION_DEFINITIONS` constant maps six monitored regions to their constituent country codes:
| Region | Name | Countries |
|---|---|---|
| `middle_east` | Middle East | IR, IL, SA, AE, IQ, SY, YE, JO, LB, KW, QA, OM, BH |
| `east_asia` | East Asia | CN, TW, JP, KR, KP, HK, MN |
| `south_asia` | South Asia | IN, PK, BD, AF, NP, LK, MM |
| `europe_east` | Eastern Europe | UA, RU, BY, PL, RO, MD, HU, CZ, SK, BG |
| `africa_north` | North Africa | EG, LY, DZ, TN, MA, SD, SS |
| `africa_sahel` | Sahel Region | ML, NE, BF, TD, NG, CM, CF |
### Convergence Scoring
The `convergenceScore` on each `CountrySignalCluster` quantifies multi-signal co-occurrence. A high score indicates that multiple independent signal types are present in the same country within the 24-hour analysis window (`WINDOW_MS`). This score drives the AI Insights panel prioritisation and the signal modal display.
The `SignalAggregator` class maintains a rolling window of signals and a `WeakMap`-based source tracking for temporal anomaly provenance. Individual `ingest*()` methods (e.g., `ingestInternetOutages()`, `ingestMilitaryFlights()`) clear stale signals by type before inserting fresh data, ensuring the aggregation always reflects the latest state.
---
## 5. Map Rendering Pipeline
The map system combines a 2D vector tile base map (MapLibre GL JS) with a 3D WebGL overlay (deck.gl) for globe rendering, supporting 56 layer-definition keys with variant-specific defaults.
```mermaid
graph TD
subgraph MapStack["Map Rendering Stack"]
Container["MapContainer.ts<br/>Layout & resize management"]
BaseMap["Map.ts<br/>MapLibre GL JS<br/>Vector tiles, region controls"]
DeckGL["DeckGLMap.ts<br/>deck.gl WebGL overlay<br/>3D globe & data layers"]
Popup["MapPopup.ts<br/>Feature interaction"]
end
subgraph LayerConfig["Layer Configuration"]
Defaults["FULL_MAP_LAYERS<br/>(37 enabled of 56 layer types)"]
UserPref["localStorage overrides<br/>(worldmonitor-layers)"]
URLState["URL state overrides"]
Variant["Variant-specific defaults"]
end
subgraph DataLayers["Data Layers (toggleable)"]
Geo["Geopolitical:<br/>conflicts, bases, nuclear,<br/>sanctions, waterways"]
Military["Military:<br/>flights, military, ais"]
Infra["Infrastructure:<br/>cables, pipelines,<br/>datacenters, spaceports"]
Environmental["Environmental:<br/>weather, fires, climate,<br/>natural, minerals"]
Threat["Threat:<br/>outages, cyberThreats,<br/>protests, hotspots"]
Data["Data Sources:<br/>ucdpEvents, displacement"]
TechLayers["Tech:<br/>startupHubs, cloudRegions,<br/>accelerators, techHQs"]
FinanceLayers["Finance:<br/>stockExchanges,<br/>financialCenters,<br/>centralBanks"]
end
Defaults --> Merge["Layer Merge Logic"]
UserPref --> Merge
URLState --> Merge
Variant --> Merge
Merge --> ActiveLayers["Active MapLayers"]
ActiveLayers --> DeckGL
Container --> BaseMap
Container --> DeckGL
BaseMap --> Popup
DeckGL --> Popup
Geo --> DeckGL
Military --> DeckGL
Infra --> DeckGL
Environmental --> DeckGL
Threat --> DeckGL
Data --> DeckGL
TechLayers --> DeckGL
FinanceLayers --> DeckGL
```
### Layer Toggle Resolution
Map layers follow a three-tier override system:
1. **Variant defaults** β `FULL_MAP_LAYERS`, `TECH_MAP_LAYERS`, or `FINANCE_MAP_LAYERS` define the base layer state for each variant. The full variant enables `conflicts`, `bases`, `hotspots`, `nuclear`, `sanctions`, `weather`, `economic`, `waterways`, `outages`, and `military` by default.
2. **User localStorage** β Stored under the key `worldmonitor-layers`. Users toggle layers in the map controls UI, and their preferences persist across sessions.
3. **URL state** β Query parameters can override individual layers for shareable links and embeds.
The merge logic applies overrides in this order, meaning URL state has the highest priority.
### Mobile Adaptation
Mobile devices receive a reduced layer set via `MOBILE_DEFAULT_MAP_LAYERS` (variant-specific). This disables heavier layers (bases, nuclear, cables, pipelines, spaceports, minerals) that would degrade performance on constrained devices while retaining the most operationally relevant overlays (conflicts, hotspots, sanctions, weather).
### Rendering Pipeline
The rendering stack works in two layers:
- **MapLibre GL JS** (src/components/Map.ts) provides the base map with vector tiles, region-specific map controls, and the 2D rendering context. It handles camera management, style loading, and base interaction events.
- **deck.gl** (src/components/DeckGLMap.ts) overlays a WebGL context for 3D globe rendering and data-driven layers. Each toggleable layer maps to a deck.gl layer instance (ScatterplotLayer, IconLayer, ArcLayer, etc.) that is conditionally created based on the active `MapLayers` state.
The **MapPopup** component (src/components/MapPopup.ts) provides a unified popup system for feature interaction across both rendering layers, displaying contextual information when users click or hover over map features.
---
## 6. Caching Architecture
World Monitor employs a five-tier caching strategy to minimise API costs, reduce latency, and enable offline operation.
```mermaid
graph TD
subgraph Tier1["Tier 1: Upstash Redis (Server)"]
Redis["api/_upstash-cache.js<br/>getCachedJson() / setCachedJson()<br/>TTL-based expiry"]
end
subgraph Tier1b["Tier 1b: Sidecar In-Memory Cache"]
MemCache["In-memory Map<br/>+ disk persistence (api-cache.json)<br/>Max 5000 entries"]
end
subgraph Tier2["Tier 2: Vercel CDN"]
CDN["s-maxage headers<br/>stale-while-revalidate<br/>Edge caching"]
end
subgraph Tier3["Tier 3: Service Worker"]
Workbox["Workbox Runtime Caching<br/>Offline support<br/>Cache-first / network-first strategies"]
end
subgraph Tier4["Tier 4: IndexedDB (Client)"]
IDB["worldmonitor_db"]
Baselines["baselines store<br/>(keyPath: 'key')"]
Snapshots["snapshots store<br/>(keyPath: 'timestamp'<br/>index: 'by_time')"]
IDB --> Baselines
IDB --> Snapshots
end
subgraph Tier5["Tier 5: Persistent Cache"]
PC["persistent-cache.ts<br/>CacheEnvelope<T>"]
TauriInvoke["Tauri invoke<br/>(OS filesystem)"]
LSFallback["localStorage fallback<br/>prefix: worldmonitor-persistent-cache:"]
PC --> TauriInvoke
PC --> LSFallback
end
Browser["Browser SPA"] --> Workbox
Workbox --> CDN
CDN --> Redis
Redis --> ExternalAPI["External APIs"]
Browser --> IDB
Browser --> PC
Sidecar["Desktop Sidecar"] --> MemCache
MemCache --> ExternalAPI
```
### Tier 1: Upstash Redis (Server-Side)
The api/_upstash-cache.js module wraps all API fetch operations with Redis GET/SET. Every API endpoint calls `getCachedJson(key)` before hitting upstream. On cache miss, the upstream response is stored with `setCachedJson(key, value, ttlSeconds)`. The module lazily initialises the Redis client from `UPSTASH_REDIS_REST_URL` and `UPSTASH_REDIS_REST_TOKEN` environment variables.
A `hashString()` utility produces compact cache keys from request parameters using a DJB2 hash.
### Tier 1b: Sidecar In-Memory Cache
When running in desktop/sidecar mode (`LOCAL_API_MODE=sidecar`), Redis is bypassed entirely. An in-memory `Map` stores cache entries with expiry timestamps. Entries persist to disk as `api-cache.json` via debounced writes (2-second delay). A periodic cleanup interval (60 seconds) evicts expired entries. The maximum persisted entry count is capped at `MAX_PERSIST_ENTRIES` (default 5000).
The disk persistence uses atomic writes: data is written to a `.tmp` file first, then renamed to the final path. A `persistInFlight` flag with `persistQueued` prevents concurrent writes.
### Tier 2: Vercel CDN
API responses include `Cache-Control` headers with `s-maxage` and `stale-while-revalidate` directives. This enables Vercel's CDN edge nodes to serve cached responses without invoking the serverless function, reducing cold starts and upstream API calls.
### Tier 3: Service Worker (Workbox)
The Service Worker (configured via Workbox) provides runtime caching with strategy selection per route:
- **Cache-first** for static assets and infrequently changing data
- **Network-first** for real-time feeds and market data
- **Stale-while-revalidate** for semi-static resources
The offline fallback page (public/offline.html) is served when the network is unavailable and no cached response exists.
### Tier 4: IndexedDB
The `worldmonitor_db` IndexedDB database contains two object stores:
| Store | keyPath | Index | Purpose |
|---|---|---|---|
| `baselines` | `key` | β | Stores baseline values for temporal deviation tracking. The signal aggregator compares current values against baselines to detect anomalies. |
| `snapshots` | `timestamp` | `by_time` | Stores periodic system state snapshots for the playback control feature, enabling users to replay historical states. |
### Tier 5: Persistent Cache
The src/services/persistent-cache.ts module provides a cross-platform persistent storage abstraction. Data is wrapped in a `CacheEnvelope<T>`:
```typescript
type CacheEnvelope<T> = {
key: string;
updatedAt: number;
data: T;
};
```
On desktop, `getPersistentCache()` and `setPersistentCache()` attempt Tauri IPC invocations (`read_cache_entry` / `write_cache_entry`) first, which store data on the OS filesystem via the Rust backend. If the Tauri call fails (or in web mode), the module falls back to `localStorage` with the prefix `worldmonitor-persistent-cache:`.
---
## 7. Desktop Architecture
The desktop application uses Tauri 2 (Rust) as a native shell around the web SPA, with a Node.js sidecar process providing a local API server.
```mermaid
graph TD
subgraph TauriApp["Tauri 2 Desktop Application"]
subgraph Rust["Rust Backend (src-tauri/)"]
TauriCore["tauri.conf.json<br/>(+ variant overrides)"]
BuildRS["build.rs"]
Cargo["Cargo.toml"]
Commands["IPC Commands<br/>(read_cache_entry,<br/>write_cache_entry, etc.)"]
Keychain["OS Keychain<br/>(18 RuntimeSecretKeys)"]
end
subgraph SidecarProc["Node.js Sidecar"]
LocalAPI["Local API Server<br/>http://127.0.0.1:46123"]
MemCache["In-memory Map<br/>+ api-cache.json"]
LocalAPI --> MemCache
end
subgraph WebView["WebView (SPA)"]
Runtime["runtime.ts<br/>detectDesktopRuntime()"]
Bridge["tauri-bridge.ts<br/>Typed IPC wrapper"]
Config["runtime-config.ts<br/>Feature toggles & secrets"]
PCache["persistent-cache.ts"]
end
end
Runtime -->|"isDesktopRuntime()"| Bridge
Bridge -->|"invokeTauri()"| Commands
Config -->|"readSecret()"| Keychain
PCache -->|"read/write_cache_entry"| Commands
WebView -->|"fetch() via patch"| LocalAPI
```
### Runtime Detection
The src/services/runtime.ts module detects the desktop environment through multiple signals:
```typescript
function detectDesktopRuntime(probe: RuntimeProbe): boolean {
// Checks: window.__TAURI__, user agent, location host (127.0.0.1)
}
```
When desktop mode is detected, `getApiBaseUrl()` returns `http://127.0.0.1:46123` instead of relative paths, routing all API calls through the local sidecar. A global `fetch()` monkey-patch (applied once via `__wmFetchPatched` guard) rewrites API URLs to point at the sidecar.
### Tauri Configuration
The src-tauri/ directory contains:
| File | Purpose |
|---|---|
| tauri.conf.json | Base Tauri configuration (window size, CSP, bundle settings) |
| tauri.tech.conf.json | Tech variant overrides (app name, window title, icons) |
| tauri.finance.conf.json | Finance variant overrides |
| build.rs | Rust build script for Tauri codegen |
| Cargo.toml | Rust dependencies |
| sidecar/ | Node.js sidecar source (local API server) |
| capabilities/ | Tauri capability definitions (permissions) |
| icons/ | Application icons for each platform |
### Tauri Bridge
The src/services/tauri-bridge.ts module provides a typed TypeScript wrapper around Tauri's IPC invoke mechanism. It exposes functions like `invokeTauri<T>(command, args)` that handle serialisation and error mapping.
### Runtime Configuration
The src/services/runtime-config.ts module manages two concerns:
**1. Runtime Secrets** β 18 `RuntimeSecretKey` values representing API keys and credentials:
`GROQ_API_KEY`, `OPENROUTER_API_KEY`, `FRED_API_KEY`, `EIA_API_KEY`, `CLOUDFLARE_API_TOKEN`, `ACLED_ACCESS_TOKEN`, `URLHAUS_AUTH_KEY`, `OTX_API_KEY`, `ABUSEIPDB_API_KEY`, `WINGBITS_API_KEY`, `WS_RELAY_URL`, `VITE_OPENSKY_RELAY_URL`, `OPENSKY_CLIENT_ID`, `OPENSKY_CLIENT_SECRET`, `AISSTREAM_API_KEY`, `FINNHUB_API_KEY`, `NASA_FIRMS_API_KEY`, `UC_DP_KEY`.
On desktop, secrets are read from the OS keychain via Tauri IPC. In web mode, they fall back to environment variables. A `validateSecret()` function provides format validation with user-facing hints.
**2. Feature Toggles** β 14 `RuntimeFeatureId` values stored in localStorage under the key `worldmonitor-runtime-feature-toggles`:
`aiGroq`, `aiOpenRouter`, `economicFred`, `energyEia`, `internetOutages`, `acledConflicts`, `abuseChThreatIntel`, `alienvaultOtxThreatIntel`, `abuseIpdbThreatIntel`, `wingbitsEnrichment`, `aisRelay`, `openskyRelay`, `finnhubMarkets`, `nasaFirms`.
Each `RuntimeFeatureDefinition` declares its required secrets (and optionally desktop-specific overrides via `desktopRequiredSecrets`), along with a `fallback` description explaining behaviour when the feature is unavailable. The `isFeatureAvailable()` function checks both the toggle state and secret availability.
The settings page listens for `storage` events on the toggles key, enabling cross-tab synchronisation.
---
## 8. ML Pipeline
World Monitor runs machine-learning inference directly in the browser using ONNX Runtime Web via Transformers.js, with API-based fallbacks for constrained devices.
```mermaid
graph TD
subgraph Capabilities["Capability Detection"]
Detect["ml-capabilities.ts<br/>detectMLCapabilities()"]
WebGPU["WebGPU check"]
WebGL["WebGL check"]
SIMD["SIMD check"]
Threads["SharedArrayBuffer check"]
Memory["Device memory estimation"]
Detect --> WebGPU
Detect --> WebGL
Detect --> SIMD
Detect --> Threads
Detect --> Memory
end
subgraph Config["Model Configuration (ml-config.ts)"]
Models["MODEL_CONFIGS"]
Embed["embeddings<br/>all-MiniLM-L6-v2<br/>23 MB"]
Sentiment["sentiment<br/>DistilBERT-SST2<br/>65 MB"]
Summarize["summarization<br/>Flan-T5-base<br/>250 MB"]
SumSmall["summarization-beta<br/>Flan-T5-small<br/>60 MB"]
NER["ner<br/>BERT-NER<br/>65 MB"]
Models --> Embed
Models --> Sentiment
Models --> Summarize
Models --> SumSmall
Models --> NER
end
subgraph WorkerPipeline["ML Worker Pipeline"]
Manager["MLWorkerManager<br/>(ml-worker.ts)"]
Worker["ml.worker.ts<br/>(Web Worker)"]
ONNX["ONNX Runtime Web<br/>(@xenova/transformers)"]
Manager -->|"postMessage"| Worker
Worker --> ONNX
end
subgraph Fallback["Fallback Chain"]
Groq["Groq API<br/>(cloud LLM)"]
OpenRouter["OpenRouter API<br/>(cloud LLM)"]
BrowserML["Browser Transformers.js<br/>(offline capable)"]
Groq -->|"unavailable"| OpenRouter
OpenRouter -->|"unavailable"| BrowserML
end
subgraph Results["Worker Message Types"]
EmbedR["embed-result"]
SumR["summarize-result"]
SentR["sentiment-result"]
EntR["entities-result"]
ClusterR["cluster-semantic-result"]
end
Detect -->|"isSupported"| Manager
Config --> Worker
Manager --> Results
```
### Capability Detection
The src/services/ml-capabilities.ts module probes the browser environment before loading any models:
```typescript
interface MLCapabilities {
isSupported: boolean;
isDesktop: boolean;
hasWebGL: boolean;
hasWebGPU: boolean;
hasSIMD: boolean;
hasThreads: boolean;
estimatedMemoryMB: number;
recommendedExecutionProvider: 'webgpu' | 'webgl' | 'wasm';
recommendedThreads: number;
}
```
ML is only enabled on desktop-class devices (`!isMobileDevice()`) with at least WebGL support and an estimated 100+ MB of available memory. The `recommendedExecutionProvider` selects the optimal ONNX backend: WebGPU (fastest, if available), WebGL, or WASM fallback.
### Model Configuration
The src/config/ml-config.ts module defines five model configurations:
| Model ID | HuggingFace Model | Size | Task | Required |
|---|---|---|---|---|
| `embeddings` | Xenova/all-MiniLM-L6-v2 | 23 MB | feature-extraction | Yes |
| `sentiment` | Xenova/distilbert-base-uncased-finetuned-sst-2-english | 65 MB | text-classification | No |
| `summarization` | Xenova/flan-t5-base | 250 MB | text2text-generation | No |
| `summarization-beta` | Xenova/flan-t5-small | 60 MB | text2text-generation | No |
| `ner` | Xenova/bert-base-NER | 65 MB | token-classification | No |
Only the embeddings model is marked as `required` β it powers semantic clustering. Other models are loaded on-demand based on feature flags (`ML_FEATURE_FLAGS`) and available memory budget (`ML_THRESHOLDS.memoryBudgetMB`, default 200 MB).
### ML Thresholds
```typescript
const ML_THRESHOLDS = {
semanticClusterThreshold: 0.75, // cosine similarity for merging clusters
minClustersForML: 5, // minimum clusters before ML refinement
maxTextsPerBatch: 20, // batch size for embedding requests
modelLoadTimeoutMs: 600_000, // 10 min model download/compile timeout
inferenceTimeoutMs: 120_000, // 2 min per inference call
memoryBudgetMB: 200, // max memory for all loaded models
};
```
### Worker Architecture
The `MLWorkerManager` class (src/services/ml-worker.ts) manages the lifecycle of a dedicated Web Worker (src/workers/ml.worker.ts). Communication uses a request-response pattern over `postMessage`:
1. **Initialisation** β `init()` calls `detectMLCapabilities()`, creates the worker if supported, and waits for a `worker-ready` message (10-second timeout).
2. **Request dispatch** β Each method (`embed()`, `summarize()`, `sentiment()`, `entities()`, `clusterSemantic()`) generates a unique request ID, posts a message to the worker, and returns a `Promise` that resolves when the worker posts back a matching result message.
3. **Timeout handling** β Each pending request has an independent timeout. If the worker fails to respond within `inferenceTimeoutMs`, the promise rejects and the request is cleaned up.
4. **Model lifecycle** β Models are loaded lazily on first use. The worker emits `model-progress` events during download, enabling progress UI. `model-loaded` and `model-unloaded` events track the loaded model set.
### Worker Result Message Types
| Message Type | Payload | Used By |
|---|---|---|
| `embed-result` | `embeddings: number[][]` | Semantic clustering |
| `summarize-result` | `summaries: string[]` | AI Insights panel |
| `sentiment-result` | `results: SentimentResult[]` | Threat classification augmentation |
| `entities-result` | `entities: NEREntity[][]` | Entity extraction (ML-backed) |
| `cluster-semantic-result` | `clusters: number[][]` | Cluster merging |
### Fallback Chain
When browser-based ML is not available (mobile devices, constrained hardware, or feature disabled), the system falls back to cloud-based LLM APIs:
1. **Groq API** β Primary cloud fallback. Used for summarisation and classification via /api/groq-summarize.
2. **OpenRouter API** β Secondary cloud fallback via /api/openrouter-summarize.
3. **Browser Transformers.js** β Tertiary fallback for offline operation. Even without API access, the embeddings model enables basic semantic clustering.
The fallback is not automatic at the ML worker level; each consumer service chooses its preferred provider and handles degradation independently.
---
## 9. Error Handling Hierarchy
World Monitor uses a circuit-breaker pattern to manage transient failures across its many data sources, preventing cascade failures and providing graceful degradation.
```mermaid
stateDiagram-v2
[*] --> Closed: Initial state
Closed --> Closed: fetch() success β recordSuccess()
Closed --> HalfOpen: fetch() failure<br/>(failures < MAX_FAILURES)
HalfOpen --> Open: fetch() failure<br/>(failures >= MAX_FAILURES)
Open --> Recovery: COOLDOWN_MS elapsed
Recovery --> Closed: retry success β reset
Recovery --> Open: retry failure β extend cooldown
state Closed {
[*] --> Live
Live: mode = 'live'
Live: Serve fresh data
}
state HalfOpen {
[*] --> Degraded
Degraded: failures > 0
Degraded: Still attempting fetches
}
state Open {
[*] --> CircuitOpen
CircuitOpen: mode = 'cached' or 'unavailable'
CircuitOpen: Serve cached data if available
CircuitOpen: Skip fetch until cooldown expires
}
state Recovery {
[*] --> Retry
Retry: Single probe request
Retry: On success β reset to Closed
}
```
### Circuit Breaker Implementation
The `CircuitBreaker<T>` class in src/utils/circuit-breaker.ts implements per-feed failure tracking with automatic cooldowns:
```typescript
interface CircuitState {
failures: number;
cooldownUntil: number;
lastError?: string;
}
type BreakerDataMode = 'live' | 'cached' | 'unavailable';
```
**Constants:**
| Constant | Default | Purpose |
|---|---|---|
| `DEFAULT_MAX_FAILURES` | 2 | Consecutive failures before opening the circuit |
| `DEFAULT_COOLDOWN_MS` | 5 min (300,000 ms) | How long to wait before retrying |
| `DEFAULT_CACHE_TTL_MS` | 10 min (600,000 ms) | How long cached data remains valid |
### Lifecycle
1. **Closed (Live)** β Normal operation. Each successful `fetch()` calls `recordSuccess()`, resetting the failure counter.
2. **Failure Tracking** β On fetch failure, the failure counter increments. The `lastError` is recorded for diagnostics.
3. **Open (Circuit Tripped)** β When `failures >= maxFailures`, the circuit opens. `cooldownUntil` is set to `Date.now() + cooldownMs`. While open:
- `isOnCooldown()` returns `true`
- No fetch attempts are made
- `getCached()` serves the last successful response if within `cacheTtlMs`
- If no cached data exists, the data mode is `'unavailable'`
4. **Recovery (Cooldown Expired)** β After the cooldown period, `isOnCooldown()` returns `false` and resets the state. The next fetch attempt acts as a probe:
- On success β circuit fully resets to closed
- On failure β circuit re-opens with a fresh cooldown
### Data State Reporting
Each breaker tracks a `BreakerDataState` for UI display:
```typescript
interface BreakerDataState {
mode: BreakerDataMode; // 'live' | 'cached' | 'unavailable'
timestamp: number | null;
offline: boolean;
}
```
Panels use this state to display freshness indicators β e.g., showing a "cached" badge with the last successful timestamp, or an "unavailable" state with the `lastError` message.
### Desktop Offline Mode
The `isDesktopOfflineMode()` helper detects when the Tauri desktop app loses network connectivity (`navigator.onLine === false`). In this mode, all circuit breakers immediately fall back to cached data without attempting network requests, preserving the user experience during temporary disconnections.
### Global Breaker Registry
A module-level `Map<string, CircuitBreaker<unknown>>` maintains all active breakers. Utility functions provide system-wide observability:
| Function | Purpose |
|---|---|
| `createCircuitBreaker<T>(options)` | Create and register a new breaker |
| `getCircuitBreakerStatus()` | Returns status of all breakers (for diagnostics) |
| `isCircuitBreakerOnCooldown(name)` | Check if a specific breaker is in cooldown |
| `getCircuitBreakerCooldownInfo(name)` | Get cooldown state and remaining seconds |
| `removeCircuitBreaker(name)` | Deregister a breaker |
### Degradation Hierarchy
The overall error handling follows a predictable degradation path:
```
Live data (fresh fetch)
βββ on failure β Stale cache (within cacheTtlMs)
βββ expired cache β 'unavailable' state in UI
βββ desktop offline β immediate cache fallback
```
Each panel independently manages its breaker, so a failure in one data source (e.g., OpenSky API downtime) does not affect other panels. The AI Insights panel aggregates breaker states to provide a system-wide health summary.
|