Code & Cluster
Saturday, November 12, 2016
Distributed Systems : Basic Paxos
›
1.0 Introduction How to build reliable highly available distributed systems that are consistent ? Paxos is a protocol that addresses t...
Tuesday, October 20, 2015
JAVA 8 : Lambdas tutorial
›
Lambdas are the biggest addition to JAVA in not just release 8 but several releases. But when you look at the cryptic lambda syntax, like m...
Monday, July 20, 2015
ConcurrentHashMap vs ConcurrentSkipListMap
›
In the blog Map classes , we discussed the map classes in java.util package. In blog ConcurrentHashMap , we ventured into concurrent collec...
Tuesday, May 19, 2015
Apache Cassandra: Compaction
›
In Cassandra vs HBase , I provided an an overview of Cassandra. In Cassandra data model , I covered data modeling in Cassandra. In this blo...
Saturday, March 28, 2015
Apache Kafka : New producer API in 0.8.2
›
In Kafka version 0.8.2, there is a newer, better and faster version of the Producer API. You might recall from earlier blogs that the Produ...
Friday, January 23, 2015
MongoDB tutorial #1 : Introduction
›
In the blog NoSQL , I provided an introduction to NoSql databases. We have discussed some NoSql databases such as HBase , Cassandra , Redi...
Friday, January 9, 2015
Apache Kafka JAVA tutorial #3: Once and only once delivery
›
In Apache Kafka introduction , I provided an architectural overview on the internet scale messaging broker. In JAVA tutorial 1 , we learnt ...
‹
›
Home
View web version