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.
Emulating an edge 3D-printing streaming example on the LHM virtual machine - Kafka Tutorial
From the course: Kafka Essentials: Quick Start for Building Effective Data Pipelines by Pearson
Emulating an edge 3D-printing streaming example on the LHM virtual machine
Welcome to Lesson 5.3, Emulate Edge 3D Printing Streaming Example on the LHM Virtual Machine. We're continuing from Lesson 5.2, where we went over all the software packages involved. And as a quick reminder, these are the software programs that we're going to be using. We have a grab images simulated, which is going to send a series of images that are already saved to the producer. That's going to watch a directory, grab images as they come in, send them to Kafka. And then the consumer is going to pull the images out, display them on the screen, and also run the convolutional neural network and test to see if the image was good or failed or a bad image. So we are again in Kafka Essentials, lesson five image streaming on the Linux Duke minimal. That's where everything's going to run. And let's open up our notes files again. And we looked at this in the last lesson. Let's go down. And we're at this point now where we're ready to run the example. So the first thing we're going to do is…