Fork me on GitHub
#datomic
<
2019-05-21
>
maleghast15:05:29

Anyone in here got a step by step to connect to Datomic Cloud from Heroku?

stuarthalloway17:05:49

if your app is written in Clojure, you don't need anything other than Datomic Cloud to run it.

joshkh20:05:45

i'm also curious about this. wouldn't you need to run some (SOCKS) proxy to the cloud VPC in order for the Heroku container to execute queries via datomic.client.api?

joshkh20:05:48

otherwise you need some AWS architecture in the middle, such as API Gateway to manage queries?

lilactown15:05:31

not a step by step guide. but the approach is probably to expose some sort of HTTP API and call that via a service running in Heroku

wei18:05:37

where does datomic cloud get its load path from? I'm getting the error

:datomic.cluster-node/-main failed: Could not locate ion_sample/ion__init.class, ion_sample/ion.clj or ion_sample/ion.cljc on classpath.
but I can't seem to find that reference anywhere in my project