Monthly Archives: October 2009

Impedence Mismatch

Data formats are annoying.  As much as half the code in any large software project consists of translating from one data representation — objects, SQL tables, files, XML, RDF, JSON, YAML, CSV, Protocol Buffers, Avro, XML-RPC — to another. Each … Continue reading

Posted in Programming | 2 Comments

Generating Clojure from an Ontology

I’ve been fascinated with RDF for years, but I always end up frustrated when I try to use it. How do you read/write/manipulate RDF data in code? Sure, there are lots of libraries, but they all represent RDF data as … Continue reading

Posted in Programming | Tagged , , , | 4 Comments

Clojure+Hadoop Slides

My Hadoop World NYC talk went off well; here are my slides [PDF]

Posted in Uncategorized | 1 Comment