Aaron Feng on 8 Nov 2010 06:36:26 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Philly Lambda] RSVP - Large Data and Clojure: the middle ground between RAM and EC2 by Kyle Burton


Hi All,

The meeting will be on the 22nd and held at Wharton's Huntsman Hall in
room F65.  Please RSVP here: http://www.doodle.com/k6pqcfmzw8umd8dw

3730 Walnut Street 19104
http://maps.google.com/maps?q=3730+Walnut+Street+19104

The room will be available starting at 6:00PM and the meeting will
start at 6:30PM.

Here's the description of the talk:

In this talk I’ll discuss techniques I have learned for working with large data
sets, which are too large to fit in RAM, but not so large you need distributed
computing to work with them. I’ll discuss things like: taking random samples;
finding duplicated values as well as other types of basic analysis.’

Though not specific to Clojure, many of the techniques lead to elegant, easy to
understand implementations in Clojure by leveraging it’s sequence abstraction
as well as other aspects of the language