This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-26
Channels
- # announcements (6)
- # beginners (69)
- # calva (10)
- # clj-kondo (9)
- # clojure (32)
- # clojure-uk (9)
- # clojuredesign-podcast (13)
- # clojurescript (14)
- # clojureverse-ops (2)
- # conjure (24)
- # cursive (12)
- # data-science (1)
- # datomic (13)
- # graalvm (5)
- # jobs-discuss (4)
- # malli (6)
- # meander (33)
- # off-topic (9)
- # pedestal (2)
- # re-frame (38)
- # reitit (6)
- # rum (4)
- # shadow-cljs (6)
- # tools-deps (8)
- # xtdb (26)
the datomic-console only seems to be able to do queries … anyone know of a datomic tool which can be used to perform transactions ?
hello guys. any idea why the datomic rest-api is deprecated?
I loved it because that makes trivial to interface my backend with my clojure natal apps
but I am concerned
thats someday I'll have to learn all the aws stack to keep using datomic lol
I'm trying to use conformity with datomic pro (on-prem). It breaks though, seems to be trying to require datomic.api instead of datomic.client.api. Is there anything I can be doing differently to make it work? Or even an alternative to conformity?
search for cloudformity @coding.aaronp
awesome thanks!
@husayn , I use the REPL to do the transactions, I find easier to "replay" the transactions too, since I can just save everything in a namespace. https://github.com/giovanialtelino/hackernews-lacinia-datomic/blob/master/src/hackernews_lacinia_datomic/db_start.clj