This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-05
Channels
- # announcements (7)
- # babashka (20)
- # beginners (130)
- # bristol-clojurians (1)
- # cider (14)
- # clj-kondo (7)
- # cljdoc (14)
- # cljs-dev (15)
- # cljsrn (16)
- # clojars (11)
- # clojure (190)
- # clojure-dev (4)
- # clojure-europe (7)
- # clojure-italy (9)
- # clojure-nl (3)
- # clojure-romania (6)
- # clojure-uk (51)
- # clojurescript (44)
- # component (4)
- # conjure (28)
- # cursive (1)
- # data-science (4)
- # datascript (1)
- # datomic (30)
- # duct (4)
- # emacs (1)
- # figwheel (4)
- # fulcro (56)
- # graalvm (4)
- # helix (49)
- # jackdaw (2)
- # jobs-discuss (12)
- # joker (4)
- # lambdaisland (1)
- # local-first-clojure (1)
- # meander (73)
- # mid-cities-meetup (2)
- # nrepl (4)
- # off-topic (43)
- # pathom (56)
- # re-frame (37)
- # reagent (26)
- # shadow-cljs (161)
- # slack-help (9)
- # spacemacs (1)
- # tools-deps (18)
- # xtdb (18)
Anyone looked at TileDB? https://twitter.com/tiledb/status/1257721692476116992
They supposedly have a Java API. Would be interesting to see how we ll this meshes with our Clojure abstractions.
It is pretty low level which I like for sure but it will take a lot of learning to get anything going: https://docs.tiledb.com/main/quickstart That is their quickstart...Reminds me of TVM in that sense. Harder learning curve up front plus I would have to push some level of context management to users in a lot of cases. I would invest in this before I would invest in Arrow, personally. But I wouldn't invest in either until there was a really solid reason. We are moving towards jdbc-next for http://tech.ml.dataset as the first sort of external integration. Great find, thanks for bringing it up. Will keep it on the radar.
Word; Thanks for your feedback/perspective on it! I'm not as solid on the lower level details, but aside from that I have a pretty similar reaction re: why not postgres (or whatever)? I can imagine they may have optimized for certain use cases, but I'm sure there's a cost to that as well. Definitely worth keeping an eye on.