|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/confluent-kafka-administration-basics/
课程评论:没有评论
Confluent Platform - Kafka 管理入门课程 (Coursera) 本课程面向初学者,介绍 Apache Kafka 及其在 Confluent Platform 中的应用。Confluent 公司由 Apache Kafka 的创始人创建,提供基于 Kafka 的数据流平台,包括 Confluent Cloud 和 Confluent Platform。 **课程概述:** * **Confluent Platform:** 提供端到端的数据流解决方案,具备弹性可伸缩性、高可用性、低延迟、预构建连接器和企业级安全特性。Confluent Hub 提供丰富的连接器和扩展。 * **Apache Kafka:** 开源的分布式流处理系统,适用于大规模的实时数据管道和数据集成。最初为 Pulse(LinkedIn)的实时数据源而生,现已发展成为能够处理每秒百万级甚至日万亿级消息的事件流平台。 * **Kafka 的广泛应用:** 超过 4000 家财富 500 强公司使用 Kafka 进行消息传递和集成。Kafka 在零售、银行、保险、生物科技、电子商务、航空等众多行业得到应用。 * **Kafka 的技术优势:** 可用于ETL管道,实现系统间的通信。其核心“魔法”在于生产者和消费者之间无需感知对方,即可建立通信。 **课程重点:** * 理解 Kafka 的核心概念和架构。 * 学习如何管理 Kafka 集群,包括 broker、topic、partition 等。 * 了解 Confluent Platform 提供的管理工具和特性。 * 掌握 Kafka 在不同业务场景下的应用。 **目标学员:** * 希望了解 Kafka 并开始进行管理的初学者。 * 需要处理大规模数据流的开发人员和系统管理员。 * 对构建实时数据管道和数据集成感兴趣的人员。
Confluent is a company founded by the creators of Apache Kafka that offers a data streaming platform, including Confluent Cloud and Confluent Platform, designed to build and manage Kafka-based streaming solutions. Confluent's platform provides a complete end-to-end solution for data streaming, offering features like elastic scalability, resiliency, low latency, pre-built connectors, and enterprise-grade security. They also offer various tools and services, including Confluent Hub for pre-built connectors and extensions, and Confluent's documentation for Apache Kafka client libraries. Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale. Originally created to handle real-time data feeds at LinkedIn in 2011, Kafka quickly evolved from a messaging queue to a full-fledged event streaming platform, capable of handling over one million messages per second, or trillions of messages per day In modern days more than 4000+ fortune 500 companies are using kafka for their messaging and integration platform needs. Kafka is used in Retail industries, Banking industries, Insurance industries, Biofore industries, E-Commerce industries, Aviation industries and many more. Technically kafka can be used to in ETL pipelines inorder to maintain proper communication between two systems. The magic of kafka is "The producer no need to aware of the consumer and consumer no need to aware of the producer, but still communication can be established between them"