This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-20
Channels
- # adventofcode (140)
- # beginners (107)
- # boot (120)
- # boot-dev (1)
- # clara (13)
- # cljs-dev (9)
- # clojure (107)
- # clojure-argentina (5)
- # clojure-art (16)
- # clojure-dev (23)
- # clojure-greece (19)
- # clojure-italy (5)
- # clojure-russia (2)
- # clojure-serbia (3)
- # clojure-spec (27)
- # clojure-sweden (1)
- # clojure-uk (15)
- # clojurescript (134)
- # cursive (5)
- # data-science (10)
- # datomic (23)
- # duct (28)
- # fulcro (48)
- # garden (5)
- # hoplon (2)
- # instaparse (1)
- # klipse (7)
- # leiningen (8)
- # lumo (36)
- # off-topic (72)
- # om (4)
- # onyx (37)
- # perun (4)
- # re-frame (64)
- # reagent (86)
- # remote-jobs (1)
- # shadow-cljs (59)
- # spacemacs (16)
- # sql (1)
- # uncomplicate (6)
- # unrepl (90)
Where would i find good marketing material on Datomic? I’m thinking specifically about the ability to compose queries, something i can’t do in SQL.
@drewverlee are you looking for printed/pdf type stuff or videos/interviews/etc?
I’m looking for technical material, the format is less important.
technical details http://docs.datomic.com/query.html#grammar
thanks!
examples of query: https://github.com/Datomic/day-of-datomic/blob/master/tutorial/query.clj and https://github.com/Datomic/day-of-datomic/blob/master/tutorial/query_tour.clj
Mike Nygard had a few important things to say about Datomic here http://blog.cognitect.com/blog/2016/4/22/the-new-normal-everything-relies-on-sharp-tools
from the original source: https://www.youtube.com/watch?v=Cym4TZwTCNU
Hey folks, I’m struggling trying to remember how to do a very prosaic query that finds entities with values that are not in a given input set
@drewverlee another good customer story: https://www.youtube.com/watch?v=7lm3K8zVOdY
Hi, does anyone know offhand what one would use to determine if a transactor is ‘healthy’. We’re a Terraform shop so i’ve created a config that creates the dynamodb, transactor instnaces, etc etc. Everything works fine, but I need the ‘external’ check such that I can have the AWS infrastructure take a bad instance out of the ASG I was trying to do a TCP ping, but it looks like the standby transactor doesn’t even accept connections, perhaps smartly 😉
standby dosent accept http query? http://docs.datomic.com/transactor.html#health-check-endpoint
ah… duh 😞 lol, totally missed that, was pinging the actual transactor (e.g 4334) listener Thanks!
@donaldball might you be referring to the function missing?
no, I was looking for entities with values that aren’t in a given set. My problem was merely syntax:
(not [(contains? ?the-set ?v)])
To anyone who has wanted to get :db/ident
values for refs from pull expressions (i.e. the behavior of d/entity for "enum" entities), consider up-voting this feature request: https://receptive.io/app/#/case/49752