Skip to content

A tutorial on building a real-time data streaming application pipeline with Apache Kafka🔥🔥🔥

Notifications You must be signed in to change notification settings

zhangtreefish/kafka_producer_consumer_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kakfa streaming app

Producer script

Check the producer.js file for the client

Consumer script

Check the consumer.js file

create topic

Check the createTopic.js file

To start the application(producer), run the start.sh shell script If there is a permissions issue, run chmod +x start.sh

To run the consumer script, run node ./consumer.js

About

A tutorial on building a real-time data streaming application pipeline with Apache Kafka🔥🔥🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.6%
  • Shell 0.4%