You are tasked with creating a visualization for operations teams that will provide insights on network performance. The visualization must adhere to the following requirements:
- Data Scope: The telemetry data should encompass all 50,000 installations, covering the most recent 6 weeks with a sampling rate of once per minute.
- Timeliness: The report must be generated with no more than a 3-hour delay from live data.
- Relevance: The report should exclusively highlight suboptimal network links, ensuring that the most suboptimal links are prominently displayed at the top of the report.
- Regional Grouping and Filtering: Suboptimal links should be groupable and filterable by regional geography to allow for focused analysis.
- Performance: The report should load with a user response time of less than 5 seconds.
- Dynamic Visualizations: Create a data source that stores the last 6 weeks of data and supports dynamic visualizations, enabling viewers to examine various date ranges, specific geographic regions, and unique installation types.
- Consistency and Maintenance: Ensure that the visualizations always reflect the latest data without requiring modifications or updates to the visualizations every month.
Considering these requirements, how should you proceed with designing and implementing such a visualization?