Introduction to Hadoop HDFS (and writing to it with node.js)
Friday, March 22nd, 2013 by Tom Walker
The core Hadoop project solves two problems with big data – fast, reliable storage and batch processing. For this first post on Hadoop we are going to focus on the default storage engine and how to integrate with it using its REST API. Hadoop is actually quite easy to install so let’s see what we [...]

