Skip to content

Shubhcyb2611/kafka-zomato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-zomato

Overview

This guide outlines the steps to integrate Apache Kafka with Node.js for Zomato, focusing specifically on managing the "ride-updates" topic. Kafka serves as a scalable, fault-tolerant streaming platform ideal for real-time data pipelines and applications.

Pre-requisites

Apache Kafka installation Node.js installation Docker installation Zookeeper usage Setup Steps

  1. Install Kafka Download and extract Apache Kafka from the official website.

  2. Configure Kafka Adjust Kafka settings as needed by editing config/server.properties.

  3. Set Up Node.js Initialize your Node.js project and install the required Kafka packages using npm.

  4. Manage Kafka Topics Create and manage Kafka topics such as "ride-updates" using the appropriate Kafka command line tools.

  5. Integration Integrate Kafka with your existing Zomato architecture to handle real-time data streams effectively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published