Fork me on GitHub
#data-science
<
2018-02-15
>
metasoarous00:02:26

For those of you interested in vega and vega-lite, I've forked vizard into something that supports both, and also let's you compose little dashboards via hiccup. Would love feedback: https://github.com/metasoarous/oz

sb15:02:20

The limitation I think with hiccup.. with that you can’t re-generate eg. real-time dashboards. Better to use Reagent or OM for these type of jobs.

jsa-aerial22:02:37

Actually those things (hiccup and a Reagent/ReFrame) are completely orthogonal to vega-lite and its use. You could certainly mix them to great effect.

jsa-aerial22:02:05

In fact, I have said here in the past, and am even more convinced now, that using Reagent/ReFrame with vega-lite and proto-repl could produce a killer Clj/Cljs 'notebook'. If I had the cycles, it would be a great thing to create.

sb06:02:36

I didn't try proto-repl. I check it. Maybe http://repl.it (klipse use this) or similar solution could be great too. I used vega-lite with reagent-reframe. I'm new in clojure (6m-1y), so I can't say I could help a lot.

sb06:02:10

Jline3 is interesting too.