当前位置:网站首页>Real time data warehouse
Real time data warehouse
2022-07-04 14:22:00 【This program ape is so beautiful】
This article is just a summary of my real-time data warehouse experience , In terms of architecture and data flow, it is actually similar to offline data warehouse , But real-time processing has its own particularity
Why should there be real-time data warehouse ?
We have been able to take off-line positions , The purpose of data warehouse is to reuse , But offline is T+1 Of , In our massive real-time demand , Previous offline computing cannot be reused , A lot of new repetitive real-time code development , The cost of developing and computing resources is increasing
Real time data warehouse layering
ODS Raw data , Including logs and business data
DWD
DIM
DWM
DWS
ADS
DWD
One for each table Topic, Rewrite the order flow and other business data back kafka, In addition, the log data is output from the measurement output stream (sql That's more than one. insert +filter), There are mainly startup and exit logs 、 page ( Only include pages, that is pv journal ) journal 、 Behavior log, etc , Different data have completely different data structures , So we need to split it
At the same time, do some illegal value filtering , Like time stamps ,uid check ( Mainly regular matching , We are 13 Digit number ), in addition ODS In addition to the fact data, there will also be dimension data , Need to write DIM instead of DWD
DWD The main core of the layer is data diversion and state recognition
DIM
Like I said , some ODS Dimension data of Flink After you get it, you usually write it directly Hbase 了 , It is convenient for us to do dimensional flow join
DWM
DWM Layer is mainly due to the high cost of real-time computing, development, operation and maintenance , But in DWD -> DWS There are still many repeated calculations in the calculation of , Mainly extract this part for public
For example, order wide table , You need to associate order tables with order details and dimension tables , Then we can only process it once as a wide table , stay DWS Various behaviors or orders are used directly from DWM Just associate the data
This layer is often designed to have more streams join And flow dimension join
DWS
Mild polymerization , Deal with all kinds of real-time queries , And relieve the pressure of query
Combine more real-time data in a thematic way for easy management , At the same time, it can also reduce the number of dimension queries
How to make design DWS Table of , It mainly depends on dimension + Measure ( Fact data )
Metrics such as uv、pv、 Number of jumps 、 Number of times to enter the page (session_count)、 Continuous access duration, etc
The dimension is mainly the main , channel 、 Go to the ground 、 edition 、 at home and abroad 、 New and old users 、 System (ios, Android , The computer ) these
Accept detailed data , Merge streams into the same data format , Then the window is aggregated and output to the database ( We are clickhouse)
Real time data warehouse application landing
Real time data market
Alarm monitoring
Real-time recommendation
边栏推荐
- Migration from go vendor project to mod project
- China Post technology rushes to the scientific innovation board: the annual revenue is 2.058 billion, and the postal group is the major shareholder
- What is the real meaning and purpose of doing things, and what do you really want
- Introducing testfixture into unittest framework
- CVPR 2022 | greatly reduce the manual annotation required for zero sample learning, and propose category semantic embedding rich in visual information (source code download)
- Excel快速合并多行数据
- docker-compose公网部署redis哨兵模式
- sql优化之explain
- Blob, text geometry or JSON column'xxx'can't have a default value query question
- Rich text editing: wangeditor tutorial
猜你喜欢
失败率高达80%,企业数字化转型路上有哪些挑战?
Intelligence d'affaires bi analyse financière, analyse financière au sens étroit et analyse financière au sens large sont - ils différents?
[antd step pit] antd form cooperates with input Form The height occupied by item is incorrect
C # WPF realizes the real-time screen capture function of screen capture box
Excel快速合并多行数据
【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法
数据湖(十三):Spark与Iceberg整合DDL操作
vscode 常用插件汇总
92.(cesium篇)cesium楼栋分层
NowCoder 反转链表
随机推荐
Use of arouter
sql优化之explain
Leetcode T48:旋转图像
Matters needing attention in overseas game Investment Agency
利用Shap值进行异常值检测
LifeCycle
数据仓库面试问题准备
Data warehouse interview question preparation
Understand chisel language thoroughly 09. Chisel project construction, operation and testing (I) -- build and run chisel project with SBT
【信息检索】分类和聚类的实验
MySQL之详解索引
Oppo find N2 product form first exposure: supplement all short boards
Gorm data insertion (transfer)
卷积神经网络经典论文集合(深度学习分类篇)
R language uses the DOTPLOT function of epidisplay package to visualize the frequency of data points in different intervals in the form of point graph, and uses the by parameter to specify the groupin
Golang uses JSON unmarshal number to interface{} number to become float64 type (turn)
gin集成支付宝支付
数据中台概念
失败率高达80%,企业数字化转型路上有哪些挑战?
【Matlab】conv、filter、conv2、filter2和imfilter卷积函数总结