This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-08
Channels
- # admin-announcements (22)
- # beginners (28)
- # boot (8)
- # cider (9)
- # cljs-dev (1)
- # cljs-site (3)
- # cljsjs (6)
- # cljsrn (6)
- # clojure (20)
- # clojure-germany (3)
- # clojure-russia (16)
- # clojure-uk (6)
- # clojurescript (106)
- # datascript (9)
- # datomic (19)
- # devcards (4)
- # dirac (42)
- # docker (4)
- # emacs (3)
- # hoplon (89)
- # jobs-rus (1)
- # keechma (6)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (11)
- # off-topic (1)
- # om (1)
- # om-next (1)
- # onyx (19)
- # other-languages (37)
- # parinfer (1)
- # proton (1)
- # reagent (9)
- # rethinkdb (17)
- # rum (2)
i’m struggling a bit with group
but can’t figure out how to group with multiple indexes
r.table(‘foo’).group(‘a’, ‘b’)
looks like @apa512 did a small fix for group lately (last commit). I'm not sure what happened there though.
r.table(‘a’).group(function(b) { return b.pluck(‘c’, ‘d’) })
would also be ok
if a little more verbose
but i don’t know how to do that either
both pluck
and group
only seem to take one argument...
i possibly worked around this by creating a compound index...
@apa512: is it possible to ssh into rethink hosted on compose using the clojure library?
at least when creating the keys as prescribed in https://rethinkdb.com/docs/security/ i'm not sure if there's something special about compose