From the course: Kafka Essentials: Quick Start for Building Effective Data Pipelines by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Understanding basic Kafka Python producers and consumers

Understanding basic Kafka Python producers and consumers - Kafka Tutorial

From the course: Kafka Essentials: Quick Start for Building Effective Data Pipelines by Pearson

Understanding basic Kafka Python producers and consumers

Welcome to Lesson 3.1, Understand Basic Kafka Python Producers and Consumers. In this lesson, we're going to take a look at creating some very simple producers and consumers in Python that will transmit weather data into our Kafka broker running on the linux Hadoop minimal machine. We are located in the kafka essentials slash lesson 03 streaming data with kafka python slash 3.1 basic producers consumers. This again is from the downloaded notes files and examples that you can find on the resource page. And as I did in previous lessons, I downloaded them into the virtual machine. Okay, let's clear this and take a look at our notes file, which is right here. And you'll notice I've got a few more pieces of documentation here. The Python NOAA SDK, and NOAA stands for National Oceanographic and Atmospheric Administration. It's a U.S. government agency that provides weather forecasts for all over the globe, and in particular for zip code addresses in the U.S. And we're also going to be using…

Contents