Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lec 7, Data and Business Intelligence (BI), Summary - Coggle Diagram
-
-
Summary
表盘、可视化、ETL、数据仓库
仪表盘(Dashboard)
A dashboard is a visual display of key performance indicators (KPIs) and metrics, often updated in real time, to help users monitor business performance.
仪表盘是展示关键绩效指标(KPI)和业务数据的图形化界面,通常实时更新,用于监控企业运营。
-
-
-
-
ETL(Extract, Transform, Load)
ETL is a process that extracts data from multiple sources, transforms it into a consistent format, and loads it into a data warehouse for analysis.
ETL 是从多个数据源提取数据、统一格式并加载到数据仓库的过程,是 BI 的数据准备阶段。
-
-
-
BI 与数据仓库之间的支撑关系
BI
Business Intelligence is the process of using tools and methods to transform raw data into meaningful insights for decision-making. 商业智能是利用工具和方法将原始数据转化为支持决策的有意义的信息过程。
提取 & 分析数据,汇总数据、图表化,管理者、分析师,可视化、交互查询,实时或近实时分析
Data Warehouse
A data warehouse is a centralized repository that stores structured, historical data from different sources for analysis and reporting. 数据仓库是集中式存储结构化历史数据的系统,用于支持分析和报告。
存储 & 整合数据,历史数据、结构化,数据管理员、IT,数据建模、ETL,长期存储(年/月)
-
BI vs BA(方向、工具、目标不同)
BI
-
-
Power BI, Tableau, Excel, Qlik
偏向可视化与仪表盘
-
报告、图表、仪表盘
Reports, dashboards, KPIs
-
管理人员、业务运营者
Managers, decision-makers
-
BA
-
-
Python, R, SAS, SPSS
偏向模型构建与算法分析
-
预测模型、分类器、回归分析结果
Predictive models, regression, clustering
-
数据科学家、分析师
Data analysts, data scientists
-
-