This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-10
Channels
- # asami (2)
- # babashka (28)
- # beginners (91)
- # calva (38)
- # cider (7)
- # clj-kondo (20)
- # cljfx (3)
- # clojure (88)
- # clojure-austin (1)
- # clojure-australia (2)
- # clojure-bay-area (10)
- # clojure-europe (68)
- # clojure-france (8)
- # clojure-italy (14)
- # clojure-nl (4)
- # clojure-sanfrancisco (1)
- # clojure-uk (14)
- # clojurescript (37)
- # clojureverse-ops (14)
- # clojurewerkz (1)
- # clr (1)
- # conjure (13)
- # cursive (10)
- # datascript (30)
- # datomic (6)
- # emacs (13)
- # exercism (3)
- # fulcro (10)
- # graalvm (4)
- # graphql (2)
- # instaparse (5)
- # jobs (3)
- # kaocha (10)
- # off-topic (20)
- # pathom (17)
- # polylith (7)
- # re-frame (25)
- # remote-jobs (1)
- # shadow-cljs (60)
- # spacemacs (5)
- # specter (1)
- # startup-in-a-month (1)
- # tools-deps (48)
- # vim (4)
- # xtdb (11)
I've been wandering through the documentation...is there an ability to listen for changes to a query, or did I make that up?
There's (crux/listen node ...)
, which notifies you of incoming transactions - is that what you were thinking of?
We did also spike a 3df integration at one stage: https://github.com/crux-labs/crux-dataflow
@U899JBRPF are there plans to integrate/stabilize more of the differential dataflow approach?
There are no plans on the near-term horizon, unfortunately. It's a very interesting problem space but we think it's ~orthogonal to building a fast OLTP-capable DBMS (at least with the R&D capacity we have today, anyway)
I see, that's a pragmatic response and I like it. Is there anything else in the clojure world that's attempting to embrace the differential dataflow approach? (I'm unfamiliar with clojure DBs); maybe datomic?
I've not seen anyone attempt to recreate Differential's tricks in Clojure, but there are various rule engines that offer somewhat similar features, e.g. https://github.com/threatgrid/naga
I just saw this shared...might be of interest https://clojurians.slack.com/archives/C8NUSGWG6/p1612983560077700