Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Install Kafka on Windows PC | Data Engineer Full Course | Lecture 58 #kafka #apachekafka
Play lesson

Big Data Full Course - Install Kafka on Windows PC | Data Engineer Full Course | Lecture 58 #kafka #apachekafka

4.0 (0)
5 learners

What you'll learn

This course includes

  • 12 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Install Kafka on Windows PC | Data Engineering Full Course | Lecture 58 Welcome to the fifty-eighth lecture of the Data Engineering Full Course series by AmpCode! 🚀 In this video, we’ll walk through the step-by-step process of installing Apache Kafka on a Windows PC, enabling you to set up a local Kafka environment for real-time data streaming. 🔍 What You'll Learn: Prerequisites for installing Kafka on Windows Downloading and setting up Apache Kafka Configuring and running Zookeeper and Kafka brokers Testing Kafka by creating topics and sending messages By the end of this lecture, you’ll have a fully functional Kafka setup on your Windows PC, ready for hands-on data streaming projects. 🔔 Don’t forget to subscribe to AmpCode for more lectures and updates. If this video helps you, please like it and share it with others learning data engineering. Let’s continue mastering Apache Kafka together! Prerequisite: You should have Java (JDK) installed on your windows machine. Apache Kafka official website: https://kafka.apache.org/downloads Required Commands: .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties .\bin\windows\kafka-server-start.bat .\config\server.properties kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partition 1 --topic test kafka-console-producer.bat --broker-list localhost:9092 --topic test ------------------------------------------------------------------------------------------------------- Sample Data: {"Name: "John", "Age":"31", "Gender":"Male"} {"Name: "Emma", "Age":"27", "Gender":"Female"} {"Name: "Ronald", "Age":"17", "Gender":"Male"} --------------------------------------------------------------------------------------------------------- kafka-console-consumer.bat --topic test --bootstrap-server localhost:9092 --from-beginning .\bin\windows\zookeeper-server-stop.bat .\config\zookeeper.properties .\bin\windows\kafka-server-stop.bat .\config\server.properties -------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------- Installation links: Oracle VM Virtualbox: https://download.virtualbox.org/virtualbox/6.1.32/VirtualBox-6.1.32-149290-Win.exe HDP Sandbox link(step-by-step procedure): https://hackmd.io/@firasj/BkSQJQ8eh HDP Sandbox installation guide: https://hortonworks.com/tutorial/sandbox-deployment-and-install-guide/section/1/ ------------------------------------------------------------------------------------------------------------- Also check out our full Apache Hadoop course: https://youtube.com/playlist?list=PL6UwySlcwEYJ2hFuGIvr4VEHUAfl-GCNT ------------------------------------------------------------------------------------------------------------- Also check out similar informative videos in the field of cloud computing: What is Big Data: https://youtu.be/-BoykjY5nKg How Cloud Computing changed the world: https://youtu.be/lf2lQAyW2b4 What is Cloud? https://youtu.be/DeCMeA9Xm2g Top 10 facts about Cloud Computing that will blow your mind! https://youtu.be/hmxNJEQ4XVY Audience This tutorial has been prepared for professionals/students aspiring to learn deep knowledge of Big Data Analytics using Apache Spark and become a Spark Developer and Data Engineer roles. In addition, it would be useful for Analytics Professionals and ETL developers as well. Prerequisites Before proceeding with this full course, it is good to have prior exposure to Python programming, database concepts, and any of the Linux operating system flavors. -----------------------------------------------------------------------------------------------------------------------Don't forget to like and follow us on our social media accounts: Facebook- https://www.facebook.com/ampcode Instagram- https://www.instagram.com/ampcode_tutorials/ Twitter- https://twitter.com/ampcodetutorial Tumblr- ampcode.tumblr.com ----------------------------------------------------------------------------------------------------------------------- Channel Description- AmpCode provides you e-learning platform with a mission of making education accessible to every student. AmpCode will provide you tutorials, full courses of some of the best technologies in the world today. By subscribing to this channel, you will never miss out on high quality videos on trending topics in the areas of Big Data & Hadoop, DevOps, Machine Learning, Artificial Intelligence, Angular, Data Science, Apache Spark, Python, Selenium, Tableau, AWS , Digital Marketing and many more. #pyspark #bigdata #datascience #dataanalytics #datascientist #spark #dataengineering #apachespark

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere