In the tutorial, we will learn about Installing and Configuring AWS CLI with multiple profiles to access AWS services from the command line.
In the tutorial, we will learn about Installing and Configuring AWS CLI with multiple profiles to access AWS services from the command line.
AWS offers comprehensive free tire account. If you are new to cloud or just getting started with AWS it is best way to get your hands dirty and learn about different service provided by AWS.
AWS is market leader in providing cloud services. It offers wide range of services and flexible pay as you go model. Here are 15 reasons why you should choose AWS.
HDFS is file system designed by Google and used by Hadoop. It provides reliable, highly available store for data processing. Let us take a look at HDFS and its architecture.
We need Hadoop environment for practice and setting that up on Linux is no fun. There is better alternative in using Cloudera virtual machine. Let me show you how can we set up and use Cloudera quick-start VM to get hands on practice for Hadoop.
After writing consumers, producers and topics in Java, we will do same in Python with just 10% lines of code.
Let us write Java code to receive data from Kafka servers i.e. Consumers. We will also look at basic configuration needed to setup Consumers.
In this blog, we will write Java code to simulate Kafka producers. We will also understand basic configuration details for producers.
We have created Kafka topics using command line. Let us write Java programs to manage Kafka Topics.
Kafka consumers are one which receives data from Kafka server. Consumer groups can help process data in parallel. Let us take a look at Kafka Consumers.
Kafka Producers are one which feeds data to Kafka server. Let us understand how do Kafka Producers work?
Topics are core component of Kafka. Let us explore what are Topics and how to create, configure, List and Delete Kafka topics.