Tag

CDP

0 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Feb 28, 2025 · Frontend Development

Understanding Chrome DevTools, the CDP Protocol, and Building Custom Debugging Tools

This article explains the components and principles of Chrome DevTools, provides a detailed overview of the Chrome DevTools Protocol (CDP) and its workflow, and guides readers through creating custom debugging tools for platforms such as Android WebView, Roma, and Harmony, highlighting technical challenges and implementation steps.

CDPChrome DevToolscustom debugging
0 likes · 11 min read
Understanding Chrome DevTools, the CDP Protocol, and Building Custom Debugging Tools
JD Tech Talk
JD Tech Talk
Dec 26, 2024 · Databases

Using ClickHouse for Efficient Tag Bitmap Storage and Group Computation in a CDP

This article explains how ClickHouse’s columnar storage, bitmap functions, and distributed architecture can be leveraged to store billions of tag bitmaps, combine them efficiently, and support fast group calculations for customer data platforms, while addressing data‑warehouse integration, storage format, and performance challenges.

BitmapCDPClickHouse
0 likes · 10 min read
Using ClickHouse for Efficient Tag Bitmap Storage and Group Computation in a CDP
DataFunSummit
DataFunSummit
May 27, 2024 · Big Data

Design and Optimization of Zhihu's Bridge Platform for DMP/CDP: Architecture, Challenges, and Solutions

This article presents a comprehensive case study of Zhihu's Bridge platform, detailing its background, five core modules, unified architecture built on Spark and Flink, bitmap‑based tagging, and performance optimizations that address query speed, write latency, and high‑QPS online checks while outlining future directions with Doris 2.0 and large language models.

CDPDMPData Platform
0 likes · 27 min read
Design and Optimization of Zhihu's Bridge Platform for DMP/CDP: Architecture, Challenges, and Solutions
DataFunTalk
DataFunTalk
Dec 15, 2023 · Big Data

Zhihu Bridge Platform: Internal Marketing Architecture, Challenges, and Optimizations

This article presents a comprehensive overview of Zhihu's Bridge Platform internal marketing module, detailing its background, business logic, product components such as CDP, activity and delivery platforms, architectural layers, performance bottlenecks, optimization techniques—including distributed transactions, bitmap indexing, and vectorized query execution—and future directions toward marketing automation and intelligence.

Big DataCDPDistributed Systems
0 likes · 28 min read
Zhihu Bridge Platform: Internal Marketing Architecture, Challenges, and Optimizations
JD Tech
JD Tech
Nov 16, 2023 · Operations

Preparing JD's CDP Platform for Double 11: Challenges, Capacity Planning, and Lessons Learned

This article recounts the author's experience preparing JD's Customer Data Platform (CDP) for the Double 11 shopping festival, detailing the platform's capabilities, business scenarios, capacity planning, stability and performance challenges, disaster‑recovery measures, and personal reflections on the intensive technical effort involved.

Big DataCDPCapacity Planning
0 likes · 12 min read
Preparing JD's CDP Platform for Double 11: Challenges, Capacity Planning, and Lessons Learned
ByteFE
ByteFE
Aug 30, 2023 · Frontend Development

Understanding Browser and VS Code Web Debugging with the Chrome DevTools Protocol

This article explains the fundamentals of breakpoint debugging for web applications, covering the Douyin mini‑program developer tool, Chrome DevTools Protocol basics, browser‑side breakpoint communication, VS Code’s debugging architecture, launch configuration, source‑map handling, and how these concepts can be applied to IDE mini‑program debugging.

CDPChrome DevToolsSource Maps
0 likes · 21 min read
Understanding Browser and VS Code Web Debugging with the Chrome DevTools Protocol
Qunar Tech Salon
Qunar Tech Salon
Aug 25, 2023 · Big Data

Customer Data Platform (CDP) at Qunar Travel: Architecture, Construction Practices, and Business Value

This article presents a comprehensive case study of Qunar Travel's Customer Data Platform (CDP), detailing its business background, operational pain points, architectural design, tag production and quality processes, real‑time labeling, crowd selection techniques, deployment safeguards, measurable business impact, and future development directions.

CDPCustomer DataData Platform
0 likes · 20 min read
Customer Data Platform (CDP) at Qunar Travel: Architecture, Construction Practices, and Business Value
DataFunSummit
DataFunSummit
Jul 8, 2023 · Big Data

Data Preparation Practices at Douyin Group for Diverse Application Scenarios

This article explains Douyin Group's large‑scale data applications, introduces the concept and architecture of data preparation, details its four subsystems and modular capabilities, and showcases how these are applied in BI, CDP, and custom scenarios within the Volcano Engine ecosystem.

BIBig DataCDP
0 likes · 16 min read
Data Preparation Practices at Douyin Group for Diverse Application Scenarios
DataFunSummit
DataFunSummit
Jan 7, 2023 · Big Data

Redefining the Customer Data Platform (CDP) for New Energy Vehicle Companies

This article explores why the automotive industry's shift to new energy vehicles necessitates a redefinition of the Customer Data Platform (CDP), detailing the changing traffic structure, varied departmental demands, CDP typologies, implementation strategies, and the benefits of a unified, extensible CDP architecture for marketing, sales, and after‑sales.

AutomotiveBig DataCDP
0 likes · 13 min read
Redefining the Customer Data Platform (CDP) for New Energy Vehicle Companies
DataFunSummit
DataFunSummit
Dec 10, 2022 · Databases

StarRocks in the Modern Data Stack: Architecture Evolution, Typical Applications, and Performance Insights

This article presents a comprehensive overview of StarRocks within the modern data stack, covering the evolution of MPP architectures, typical industry use cases, core features, performance benchmark comparisons, real‑time data‑warehouse construction methods, CDP and lakehouse analytics, as well as short‑term roadmap plans and a brief Q&A.

CDPData WarehouseLakehouse
0 likes · 11 min read
StarRocks in the Modern Data Stack: Architecture Evolution, Typical Applications, and Performance Insights
Soul Technical Team
Soul Technical Team
Nov 9, 2022 · Frontend Development

Building a Hybrid App Debugging Tool with Electron and Chrome DevTools Protocol

Soul developed an Electron‑based hybrid app debugging tool that simulates H5 environments, bridges client‑side methods via CDP, and enables Chrome DevTools debugging of DOM, network, and touch events in webviews for effective troubleshooting.

CDPChrome DevTools ProtocolElectron
0 likes · 11 min read
Building a Hybrid App Debugging Tool with Electron and Chrome DevTools Protocol
DataFunTalk
DataFunTalk
Sep 29, 2022 · Databases

Applying Doris OLAP Data Warehouse in NIO Automotive: Architecture, Evaluation, and Practices

This technical presentation details NIO's evolution of OLAP solutions—from Druid and TiDB to Doris—explaining the selection criteria, Doris's advantages as a unified OLAP warehouse, its role in the CDP platform, practical deployment experiences, and lessons learned from real‑world usage.

Big DataCDPData Warehouse
0 likes · 15 min read
Applying Doris OLAP Data Warehouse in NIO Automotive: Architecture, Evaluation, and Practices
Architecture Digest
Architecture Digest
Sep 29, 2022 · Big Data

Tagging System Overview, Construction Methodology, and Quality Assessment

This article explains what objects and tags are, distinguishes physical, network, and electronic tags, outlines the structure of tag taxonomy, describes its applications in DMP, CDP, recommendation and user profiling systems, and presents construction principles and quality evaluation criteria for tag systems.

Big DataCDPDMP
0 likes · 13 min read
Tagging System Overview, Construction Methodology, and Quality Assessment
政采云技术
政采云技术
Apr 19, 2022 · Frontend Development

Understanding the Chrome DevTools Protocol (CDP) for Remote Debugging

This article explains the Chrome DevTools Protocol (CDP), its architecture of frontend, backend, protocol and channels, and provides step‑by‑step instructions with code examples for launching a CDP server, connecting a client, and performing remote debugging of JavaScript, CSS and DOM through WebSocket or other transports.

CDPChrome DevToolsJavaScript
0 likes · 15 min read
Understanding the Chrome DevTools Protocol (CDP) for Remote Debugging
DataFunTalk
DataFunTalk
Jan 28, 2022 · Big Data

Real-Time Customer Data Platform (RT‑CDP) Architecture and Implementation at iFanFan

This article explains the concept, challenges, and key business goals of a real‑time Customer Data Platform, details the technology stack selection—including Nebula Graph, Apache Flink, Apache Beam, Kudu, and Doris—and describes the modular architecture, data model, identity service, streaming computation, storage layers, rule engine, operational results, and future directions.

Big DataCDPStreaming
0 likes · 43 min read
Real-Time Customer Data Platform (RT‑CDP) Architecture and Implementation at iFanFan
vivo Internet Technology
vivo Internet Technology
Dec 22, 2021 · Frontend Development

In-Depth Analysis of Chrome DevTools Architecture, Protocols, and Performance Tools

The article offers a thorough technical examination of Chrome DevTools’s client‑server architecture, the JSON‑based Chrome DevTools Protocol, and performance tooling within Android Chromium 87, guiding front‑end developers and engineers through its history, core implementation, code examples, JavaScript evaluation, performance diagnostics, and broader ecosystem impact.

CDPChrome DevToolsJavaScript
0 likes · 27 min read
In-Depth Analysis of Chrome DevTools Architecture, Protocols, and Performance Tools
Architects' Tech Alliance
Architects' Tech Alliance
May 21, 2020 · Fundamentals

Fundamentals of Storage: RAID, COW/ROW Snapshots, Backup, CDP, Clustering, and VTL

This article provides a comprehensive overview of storage fundamentals, covering RAID configurations, COW/ROW snapshot mechanisms, backup strategies, continuous data protection (CDP), clustering concepts, and virtual tape library (VTL) technologies, offering essential knowledge for IT professionals and system architects.

CDPClusteringRAID
0 likes · 1 min read
Fundamentals of Storage: RAID, COW/ROW Snapshots, Backup, CDP, Clustering, and VTL
Architects' Tech Alliance
Architects' Tech Alliance
Apr 28, 2019 · Big Data

Marketing Data Middle Platform: Definition, Benefits, Architecture and Technical Innovations

This article explains the concept of a marketing data middle platform, its origins, the expectations of advertisers, how it differs from traditional data warehouses, the technical challenges of data governance, analysis and real‑time output, the role of knowledge graphs, system architecture, data sources, and the three main forms—Data Lake, CDP and DMP—offering a comprehensive overview for marketers and data professionals.

Big DataCDPDMP
0 likes · 18 min read
Marketing Data Middle Platform: Definition, Benefits, Architecture and Technical Innovations