Anbu Elan on 5 Dec 2010 15:12:57 -0800


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

Re: Followup on "Large Data and Clojure"

  • From: Anbu Elan <anbu.elan@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: Followup on "Large Data and Clojure"
  • Date: Sun, 05 Dec 2010 18:06:45 -0500
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received:received-spf:received:received:received :message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-original-sender:x-original-authentication-results :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-unsubscribe:content-type :content-transfer-encoding; bh=rV1w3X731It0N1e1ftRG/SfHxqcJarPre4wZxmBxmwU=; b=nVzg90mIHq7eIKCNncPFufzowY2KtX2KU0f4JczHOgkXH1Jge5gjN4oUhtPeyLZahM nPbCUrqLTDSLKx31TrjOMypxrj5zEPDjVXmLnpUp0w1uUitnQsYochHFepLpZR5hFdb+ oNc7aUUONwVOiQ4cd1RXPjsWvK3CExjELCUOY=
  • List-archive: <http://groups.google.com/group/philly-lambda?hl=en_US>
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owners@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com
  • User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Great presentation Kyle. I especially liked the discussion on probabilities and also the bloom filters.

For Kyle and others who wanted to know more about a puzzle I mentioned during the talk: I found the original article and although it seems to be different, I believe the principles can be carried over. URL:

http://neworder.box.sk/showthread.php/40194-Uniform-distribution

Anbu.


On 11/23/2010 08:57 AM, Kyle R. Burton wrote:
If you attended the talk last night, would you please provide feedback
on SpeakerRate for me?

   http://speakerrate.com/talks/5117-large-data-and-clojure-the-middle-ground-between-ram-and-ec2

The github project for the talk itself is:

   https://github.com/kyleburton/large-data-and-cloujre

The repo has sample code for what was shown in the slides.

The Bloom Filter implementation is here:

   https://github.com/kyleburton/clj-bloom [git]
   http://kyleburton.github.com/clj-bloom/docs/ [docs]

and the ETL Utilities:

   https://github.com/kyleburton/clj-etl-utils [git]
   http://kyleburton.github.com/clj-etl-utils/docs/ [docs]

The documentation for these is a bit light, I just recently started
learning the clojure autodoc tool, it'll improve over the next few
weeks as more gets written up.

Thank you again to everyone who came, the questions and interaction
really made it enjoyable for me.   Thank you for inviting me to speak.

Regards,


Kyle