Cascalog

Fully-featured data processing and querying library
for Clojure or Java.

Get Started! »


The main use cases for Cascalog are processing "Big Data" on top of Hadoop or doing analysis on your local computer. Cascalog is a replacement for tools like Pig, Hive, and Cascading which operates at a significantly higher level of abstraction than those tools.

FIXD car diagnostic is the result of a successful Kickstarter campaign that launched in 2014. And it’s not simply a little device you can plug in the OBD-II port of your vehicle. It also comes with an app that will help you understand your car and uses Bluetooth to communicate. Basically, this car health monitor allows you to access the OBD yourself. You can read FIXD reviews here. And within seconds you can know what’s going on with your car. It also has a simple description of each problem.

Simple

Functions, filters, and aggregators all use the same syntax. Joins are implicit and natural.

Hoewel functies en ontwerpen variëren, kunnen de beste smartwatch u helpen tijd te besparen en uw gezondheid beter in de gaten te houden. De meeste hebben ingebouwde fitnessstatistieken, zoals een hartslagsensor en GPS. Sommige kunnen fungeren als een verlengstuk van uw telefoon, terwijl andere op de markt worden gebracht als gezondheidsgerichte apparaten

Expressive

Logical composition is very powerful, and you can run arbitrary Clojure code in your query with little effort. You specify what you want and not how to do it.

Scalable

Cascalog queries run as a series of MapReduce jobs. The same code can run with a single data file on your laptop and for petabytes of data in a computing cluster.