Fork me on GitHub
#datomic
<
2019-12-21
>
pvillegas1215:12:29

Does the restriction > Strings are limited to 4096 characters apply in datomic cloud?

Keith15:12:28

Afaik yes it does

Keith15:12:44

I believe it isn't a hard cap, but you shouldn't intentionally exceed it

favila16:12:27

It only applies in cloud. It’s still a bad idea in on-prem but afaikt it never stops you

Aleed21:12:00

i'm trying to push a datomic ion and receiving the following error

Error building classpath. Could not find artifact com.datomic:ion-dev:jar:0.9.247 in central
from searching around, could maybe be a permissions error? but i'm able to connect and use database locally, and i've even granted my IAM user admin privileges. anyone have experience with this error?

Aleed23:12:51

reconfigured my global deps.edn, but now getting 'datomic/ion-config.edn' is not on the classpath"

Aleed23:12:23

(this is with the datomic ion tutorial repo)

Aleed03:12:53

upgrading clojure seems to have fixed it