This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-21
Channels
- # arachne (1)
- # aws-lambda (50)
- # beginners (10)
- # boot (59)
- # capetown (4)
- # cider (9)
- # cljsjs (27)
- # clojure (249)
- # clojure-berlin (8)
- # clojure-finland (7)
- # clojure-germany (1)
- # clojure-italy (6)
- # clojure-nl (7)
- # clojure-russia (91)
- # clojure-spec (100)
- # clojure-uk (61)
- # clojureremote (2)
- # clojurescript (171)
- # core-async (11)
- # cursive (31)
- # data-science (1)
- # datascript (2)
- # datomic (11)
- # dirac (2)
- # emacs (16)
- # events (1)
- # hoplon (142)
- # juxt (4)
- # lein-figwheel (9)
- # leiningen (10)
- # luminus (7)
- # lumo (44)
- # mount (3)
- # off-topic (150)
- # om (18)
- # onyx (5)
- # perun (12)
- # planck (12)
- # protorepl (13)
- # re-frame (28)
- # reagent (8)
- # ring (1)
- # ring-swagger (10)
- # spacemacs (2)
- # specter (11)
- # sql (14)
- # untangled (99)
- # vim (18)
- # yada (2)
@lucasbradstreet the problem still persists .. Here is the same test run again. http://ix.io/nGm This time I made sure to give you default onyx.log output from start of job until end of killing job. The issue is that after one segment is read off the tx-log from datomic, no more segments are produced from the tx-log until job is killed.
Hello all! I have some problem in my job, here the exeptions:. Unable to resolve symbol: find-rule in this context
so the question is: Its possible to run a rule of a datomic query inside a task? here's my example:
(defn find-pattern [pattern segmento]
(d/q '[:find ?e ?a ?v ?tx ?op
:in $ %
:where
(find-rule ?e)
[?e ?a ?v ?tx ?op]]
segmento (rule pattern)))
the rule method:
(defn rule [rules-data]
(as-> rules-data rules
(into [] (concat '[(find-rule ?e)] [rules]))
[rules]))
Cool 🙂