|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/confluent-ksqldb-complete-course-build-streaming-app-by-sql/
课程评论:没有评论
**课程概述:** 本课程旨在全面、深入地介绍 Confluent ksqlDB,帮助学员从入门到精通,掌握使用 ksqlDB 构建流处理应用程序。ksqlDB 是一个专为流处理应用设计的数据库,它整合了许多传统流处理架构中分散的组件,旨在简化开发流程,仅需 Apache Kafka 即可构建完整的流处理应用。课程将通过大量实际案例和实践练习,让学员能够仅用几行 SQL 语句即可实现实时数据流的处理与分析。 **课程要求:** * 具备一定的 Apache Kafka/Confluent Kafka 使用经验。 * 熟悉关系型数据库的 SQL 语言。 * 熟悉 Kafka Streams 框架(kstream, ktable)。 **课程亮点:** * **实践驱动:** 大量真实案例训练,理论与实践相结合。 * **循序渐进:** 内容由浅入深,层次分明,易于理解和掌握。 * **内容全面:** 涵盖了 Confluent ksqlDB 和 ksql 的大部分核心内容。 * **案例丰富:** 通过丰富的综合案例,帮助学员深入理解 ksqlDB 的应用。 **学习目标:** 通过本课程的学习,学员将能够: * 理解 ksqlDB 在流处理架构中的核心作用和优势。 * 掌握 ksqlDB 的基本语法和核心概念。 * 学会利用 ksqlDB 构建各类实时流处理和分析应用程序。 * 能够独立完成基于 ksqlDB 的数据管道和实时数据服务。
ksqlDB is a database purpose-built for stream processing applications. What exactly does this mean? It incorporates many components found in almost every stream processing architecture.This is important because almost all streaming architectures today are piecemeal solutions cobbled together from different projects. At a minimum, you need one subsystem to get events from existing data sources, another to store them, another to process them, and another to query against aggregation. Integrating each subsystem can be difficult. Everyone has their own mental models. Given all these complexities, it's easy to wonder: is it all worth it?ksqlDB aims to provide a mental model to do everything you need. You can build a complete streaming application against ksqlDB, which has only one dependency: Apache Kafka®.This course will comprehensively and meticulously introduce all the knowledge points of ksql and ksqlDB, allowing you to master the use of ksqlDB from beginner to proficient, from shallow to deep. Using ksqlDB, you can easily use a few lines of SQL statements to complete the development of streaming computing applications for real-time data. [course requirements]Some Apache Kafka/Confluent Kafka experience is requiredProcedural experience with relational database SQLFamiliar with the Kafka Streams framework (kstream, ktable)[course features]Practise drivenLots of real cases trainningStep by step shallow to deepThe course content are straightforwardCovers most Confluent ksqlDB & ksql contentRich comprehensive case help you fully understand