what is AWS & 15 reasons why should you choose it
AWS is market leader in providing cloud services. It offers wide range of services and…
What is HDFS – Overview of Hadoop’s distributed file system
HDFS is file system designed by Google and used by Hadoop. It provides reliable, highly…
How to set up Cloudera Quickstart VM on windows
We need Hadoop environment for practice and setting that up on Linux is no fun….
Kafka Producer and Consumer in Python
After writing consumers, producers and topics in Java, we will do same in Python with…
Kafka Consumer in Java
Let us write Java code to receive data from Kafka servers i.e. Consumers. We…
Kafka producer using Java
In this blog, we will write Java code to simulate Kafka producers. We will also…
Create and list Kafka topics in Java
We have created Kafka topics using command line. Let us write Java programs to manage…
Kafka consumers
Kafka consumers are one which receives data from Kafka server. Consumer groups can help process…
Kafka Producers
Kafka Producers are one which feeds data to Kafka server. Let us understand how do…
Kafka topics – Create, List, Configure, Delete
Topics are core component of Kafka. Let us explore what are Topics and how to…
How to install Kafka on Windows
Installing Kafka on windows is little tricky. Let me show you how to do it…
What is Apache Kafka?
Apache Kafka is high throughput, distributed streaming platform. Let us understand architecture and various components…