Code & Cluster
Wednesday, May 28, 2014
Apache Kafka JAVA tutorial #1
›
In Apache Kafka introduction we discussed some key features of Kafka. In this tutorial we will setup a small Kafka cluster. We will send m...
Friday, April 18, 2014
Apache Kafka Introduction : Should I use Kafka as a message broker ?
›
Asynchronous messaging is an important component of any distributed application. Producers and consumers of messages are de-coupled. Produc...
Friday, March 28, 2014
10 Tips for building low latency applications
›
In this previous blog on low latency I described 5 tips for building low latency applications. Read that for the first 5 tips. Here are 5 ...
Friday, February 28, 2014
Hadoop 2.x cluster setup tutorial
›
Recently I had the opportunity to setup a multi-node hadoop cluster. The apache documentation is a little thin and I had to spend several ...
Wednesday, January 29, 2014
JAVA NIO Networking tutorial
›
In the NIO tutorial , I provided an overview of the nio package in JAVA that enables developers to build scalable applications using non bl...
Monday, December 23, 2013
Streaming Big Data using Storm
›
Storm is an open source distributed system for processing streams of data. In MapReduce and Hadoop tutorial we discussed the use of Hado...
Friday, November 22, 2013
JAVA Comparable vs Comparator
›
The java.lang.Comparable and java.util.Comparator interfaces provide similar function and there is sometimes confusion as to which interf...
‹
›
Home
View web version