Fork me on GitHub
#datomic
<
2019-05-03
>
dmarjenburgh13:05:50

What do you use to automate the datomic ion push, deploy, and deploy-status checks in an automated pipeline? Do you parse the output of the cli commands manually?

dmarjenburgh13:05:01

@danie Great! 👍:skin-tone-3: I was trying to call ion-dev code from clojure, but without docs or source code I feared it's not a public api. Also, calling it from windows gave me git issues, but it works on unix

rlander20:05:05

Is there a minimum amount of RAM for running the transactor and the peer? Would they run on a droplet with 1gb of ram?

hadils21:05:47

I am getting this error: ExceptionInfo Two datoms in the same transaction conflict: {:d1 #datom[158 40 20 13194139533328 true], :d2 #datom[158 40 23 13194139533328 true]} clojure.core/ex-info (core.clj:4739) How do I troubleshoot this?

hadils22:05:20

Nvm, I figured it out.