Category: Software Development

Simple Hadoop Overview

As per the Hadoop website: Hadoop is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, […]

Dabbling in Rome

I wanted to read an RSS feed in java, and remembered using a library called Rome. Fortunately, it’s still around and not completely dead (that I can tell). You can find it here. An in the tradition of re-use, here is an article on how to use it.