This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-19
Channels
- # beginners (25)
- # boot (143)
- # braid-chat (9)
- # cider (18)
- # cljs-dev (88)
- # cljsrn (1)
- # clojure (91)
- # clojure-austin (2)
- # clojure-berlin (3)
- # clojure-japan (26)
- # clojure-russia (148)
- # clojurebridge (1)
- # clojured (29)
- # clojurescript (105)
- # cursive (7)
- # data-science (4)
- # datomic (15)
- # devcards (4)
- # emacs (8)
- # euroclojure (2)
- # events (1)
- # gsoc (27)
- # hoplon (3)
- # immutant (3)
- # ldnclj (3)
- # lein-figwheel (9)
- # leiningen (2)
- # luminus (1)
- # off-topic (5)
- # om (176)
- # onyx (136)
- # parinfer (16)
- # proton (13)
- # re-frame (33)
- # reagent (34)
- # spacemacs (1)
- # yada (127)
Incanter is a nice library, though I've found it tends to choke on really, really big datasets. I keep trying to get away from R, but it doesn't seem that Incanter is quite there yet.
@nkraft, are you saying that your experience is to use R for larger datasets than Incanter can handle? For big data, what is your experience with transducers? with core.matrix?
Yes, a lot of the work I do is against hadoop and ElasticSearch datastore map/reduce output, often TB at a time. Incanter just can't work with anything that large, but oddly enough, old quirky R can. I'm not writing apps for this purpose, this is mostly REPL-driven one-off data visualization tasks.