Skip to content

SYSTEM Cited by 2 sources

Amazon QuickSight

Amazon QuickSight is AWS's managed business-intelligence + analytics platform — interactive dashboards, the SPICE in-memory engine, ML Insights, pixel-perfect reports, and embedded analytics via signed URLs (GenerateEmbedUrlForRegisteredUser) or SDK inside customer applications.

Architectural primitives

  • SPICE (Super-fast, Parallel, In-memory Calculation Engine) — QuickSight's columnar in-memory cache. Frequently-accessed or aggregated datasets get loaded into SPICE for subsecond query response; datasets that need real-time freshness use direct-query mode against the source database. See concepts/spice-in-memory-caching. Incremental refresh schedules keep SPICE-cached datasets current without full reloads.
  • VPC connectivity — QuickSight can connect privately to databases inside a customer VPC using a VPC connection that terminates inside the customer VPC; Aurora PostgreSQL / RDS databases behind private subnets are reachable without public exposure. Credentials are typically stored in Secrets Manager and fetched at refresh time.
  • Row-level security — dataset-level RLS rules let a single dashboard be safe across many tenants / roles with different data-access rights. Per-viewer context is passed via the signed embed URL. See concepts/row-level-security.
  • Pixel-perfect reports — formatted documents suitable for printing / regulatory compliance, alongside the interactive dashboard UI.
  • Embedded analytics via GenerateEmbedUrlForRegisteredUser — the canonical API for minting per-viewer, time-limited, signed embed URLs that the host application loads inside an iframe. See concepts/signed-embed-url and patterns/signed-embed-url-with-role-mapping.

Seen in

Last updated · 542 distilled / 1,571 read