I am new to clojure but learning quickly. I haven't yet tried
clojure.contrib.Datalog, but I analyze big data and I can say that I
quite like Nathan Marz's Cascalog.  Cascalog is reminiscent of datalog
syntax but executes queries on Hadoop via Cascading for data that is
too big to fit in memory.  (When data sets do fit in memory, I tend to
use R.)   So far I've been able to run queries against large files
residing in Amazon's S3 using Cascalog.  The next step is to compile a
project with Cascalog and Incanter together via leiningen to visualize
the output.  I may need to lurk a bit on freenode to get that repl to
compile, we'll see...

Cascalog link: http://github.com/nathanmarz/cascalog

Cheers,
~A

On Jul 12, 7:02 pm, Wilson MacGyver <wmacgy...@gmail.com> wrote:
> Has anyone used clojure.contrib.Datalog for anything serious? What
> kind of problem
> did you run into if any?
>
> What is the performance like? Is there a sweet spot beyond that it's 
> completely
> in memory only?
>
> Thanks,
>
> --
> Omnem crede diem tibi diluxisse supremum.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to