Fork me on GitHub
#datomic
<
2020-11-06
>
joshkh16:11:27

just nudging this post because we are keen to make use of all the great things dev-local has to offer 😇 https://forum.datomic.com/t/execution-error-when-importing-from-cloud-with-dev-local-0-9-225

joshkh16:11:47

dev-local is our only best option right now to satisfy some customer requirements regarding backups, so any help would be much appreciated

Jon Walch18:11:53

For index-pull is it possible to specify multiple attributes and their values with :start? I want to index-pull all entities where every entity has an attribute's value as x and another attribute is a numerical value in sorted order.

Jon Walch18:11:47

I basically want this returned:

[
{:x :foo
:y 1000}
{:x foo
:y 9780}
...
]

yiorgos19:11:54

Hello, today I started finally playing around with Datomic, and when I open the db.log file I see some weird chars, is that normal

yiorgos19:11:45

oh I see. is there a way to make this more readable?

Alex Miller (Clojure team)19:11:04

no? what are you trying to do?

yiorgos19:11:50

nothing special, just curious what is that file.

jjttjj22:11:19

anyone else having trouble with the datomic-cloud maven repo? I'm trying to run https://github.com/Datomic/ion-starter but seemingly keep timing out when downloading the jars when trying to start a repl