Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.5 KB

cascalog-minimal.org

File metadata and controls

69 lines (50 loc) · 2.5 KB

Introduction to Cascalog

1 What’s Cascalog?

\begin{quote} “Cascalog is a fully-featured data processing and querying library for Clojure. The main use cases for Cascalog are processing “Big Data” on top of Hadoop or doing analysis on your local computer from the Clojure REPL. Cascalog is a replacement for tools like Pig, Hive, and Cascading.

Cascalog operates at a significantly higher level of abstraction than a tool like SQL. More importantly, its tight integration with Clojure gives you the power to use abstraction and composition techniques with your data processing code just like you would with any other code. It’s this latter point that sets Cascalog far above any other tool in terms of expressive power.” \end{quote}

2 Features

  • a data processing and querying library for Clojure
  • for Hadoop but also for the REPL (locally)
  • based on Cascading
  • tight integration with Clojure

3 Programming Cascalog

DEMO TIME!

4 Thanks!

Questions?

5 Resources