This document discusses how Clojure can be used for big data applications. It introduces Clojure and several Clojure libraries for distributed stream processing (Apache Storm) and batch processing (Apache Trident, Incanter, Cascalog). Storm is described as a distributed real-time computation system. Trident provides high-level abstractions for exactly-once processing on Storm. Incanter and Cascalog allow interactive analysis and querying of big data using a Clojure API. The document argues Clojure is well-suited for big data due to its focus on immutability, functions, and map-reduce approaches.