Code & Cluster
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...
Friday, October 25, 2013
Apache Cassandra Data Model
›
This is an introduction to the Apache Cassandra data model. For the benefit of those not familiar with Cassandra, it is an open source, h...
Friday, September 20, 2013
Cassandra Vs HBase : Which NoSql store do I need ?
›
There many NoSql databases out there and it can be confusing to determine which one is suitable for a particular use case. In this blog, we...
Friday, August 30, 2013
Java Serializable vs Externalizable
›
Serializable and Externalizable are almost forgotten interfaces in Java. And for good reason. Many applications do not need to serialize ob...
Tuesday, July 23, 2013
Redis : A fast key value store
›
Redis is a fast in-memory key value store that we have been using to develop low latency applications. It is more a cache like Memcached o...
‹
›
Home
View web version