This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-26
Channels
- # aleph (9)
- # announcements (10)
- # aws (1)
- # beginners (65)
- # calva (9)
- # cider (11)
- # clj-kondo (1)
- # cljdoc (61)
- # cljsrn (6)
- # clojars (2)
- # clojure (40)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-europe (4)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-italy (57)
- # clojure-nl (6)
- # clojure-spec (134)
- # clojure-uk (67)
- # clojuredesign-podcast (2)
- # clojurescript (40)
- # cursive (25)
- # datascript (1)
- # datomic (8)
- # events (1)
- # figwheel-main (18)
- # fulcro (36)
- # immutant (5)
- # jobs (5)
- # joker (3)
- # kaocha (41)
- # leiningen (4)
- # luminus (4)
- # off-topic (13)
- # onyx (8)
- # pedestal (2)
- # perun (7)
- # planck (2)
- # protorepl (9)
- # re-frame (3)
- # reagent (73)
- # reitit (5)
- # shadow-cljs (186)
- # sql (4)
- # vim (1)
- # yada (2)
Hi. I'm curious as to the purpose of the created route53 dns entries when using datomic cloud. Is this for billing or something? Why is this created under http://xyz-datomic.net. Is this designed to be configured for my application use?
@timeyyy_da_man I think those are private routes for datomic to resolve machines within the vpc.
(d/q '[:find ?e ?a ?v ?tx ?op
:in $ ?tx
:where
[?i :db/ident ?a]
[?e ?a ?v ?tx ?op]]
(d/history db) tx)
thanks @U2J4FRT2T, I was using similar query but got Insufficient binding error, [?i :db/ident ?a]
does the trick 🎉
👍 4
Not sure if in peer API is faster access it from raw datoms or some other API ATM I'm on client API
@U4BEW7F61 I generally use tx-data
https://docs.datomic.com/on-prem/log.html#log-in-query
4