This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-30
Channels
- # adventofcode (18)
- # beginners (27)
- # boot (5)
- # cider (3)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (78)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-uk (1)
- # clojurescript (11)
- # css (1)
- # cursive (11)
- # data-science (6)
- # datascript (3)
- # datomic (3)
- # emacs (24)
- # graphql (1)
- # hoplon (2)
- # off-topic (1)
- # om (8)
- # onyx (1)
- # portkey (11)
- # re-frame (18)
- # ring (5)
- # ring-swagger (1)
- # shadow-cljs (1)
- # sql (5)
- # testing (1)
@hiskennyness there’s also http://www.onyxplatform.org/ which might be useful for some use cases. I just finished moving some code I had that was using the report queue directly to a separate onyx process. Nice blog post here (http://www.stuttaford.me/2016/01/15/how-cognician-uses-onyx/) about using Datomic and Onyx
Followed Heroku buildpack https://elements.heroku.com/buildpacks/opengrail/heroku-buildpack-datomic to deploy a free Datomic transactor on Heroku, but getting this error:
2017-12-30T15:30:40.144778+00:00 heroku[datomic.1]: State changed from starting to up
2017-12-30T15:30:41.948617+00:00 app[datomic.1]: Device "eth1" does not exist.
2017-12-30T15:30:41.963211+00:00 app[datomic.1]: sed: can't read /app/scripts/transactor.properties: No such file or directory
2017-12-30T15:30:41.970483+00:00 app[datomic.1]: Launching with Java options -server -Xms256m -Xmx2g -Ddatomic.printConnectionInfo=false
2017-12-30T15:30:41.990735+00:00 app[datomic.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -Dfile.encoding=UTF-8 -Djava.rmi.server.useCodebaseOnly=true
2017-12-30T15:30:46.601471+00:00 app[datomic.1]: Critical failure, cannot continue: Error starting transactor
2017-12-30T15:30:46.602179+00:00 app[datomic.1]: java.lang.Exception: 'protocol' property not set
...
Sigh, looks like "eth1" does not exist might have something to do with needing Heroku Spaces, which is only available on enterprise Heroku 🤕 lost half a day on this. Back to plain AWS
Sigh, looks like "eth1" does not exist might have something to do with needing Heroku Spaces, which is only available on enterprise Heroku 🤕 lost half a day on this. Back to plain AWS