Fork me on GitHub
#datomic
<
2019-02-04
>
cl0jurian06:02:29

Hello #datomic Is it possible to open bin/console for a url like datomic:mem://... ? When I try that

Removing storage with unsupported protocol: dev = datomic: No storages specified
Any comments please?

Alex Miller (Clojure team)12:02:52

I don’t think the console works with mem dbs.

👍 5
cl0jurian13:02:25

Yeah that more likely. Thanks @alexmiller

danieroux14:02:19

Trying my first Ion push: Dependency X has a :local/root. You must specify a :uname argument to push. Does that mean that I have to upload X to a maven repository to be able to push? It's a local Java lib, and we just build it locally right now.

Alex Miller (Clojure team)14:02:56

it means that because there is local state, the git status of your current project is not sufficient to capture its state, so you must specify a :uname to “name” the release

danieroux15:02:58

So I have to setup mvn repo to refer to, to have a "strong" push?

danieroux15:02:33

It's a java lib, a private git repo won't help? I'll setup a private repo on s3 and push there. Eventually would want a reproducible push.

Alex Miller (Clojure team)15:02:27

oh, yeah, you’ll need a published artifact for a java lib

henrik14:02:18

Can you reference a local git repo to satisfy the demand?

Alex Miller (Clojure team)14:02:20

no, no support for that (other than via :local/root) right now

Oleh K.17:02:59

I've followed this tutorial https://docs.datomic.com/cloud/operation/client-applications.html#separate-vpc but it doesn't work, the server crashes on start because it cannot connect to the database. How can I learn what is wrong with setup?