datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
joshkh 2020-11-06T16:17:27.332Z

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

joshkh 2020-11-06T16:20:47.334100Z

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

Jon Walch 2020-11-06T18:26:53.335Z

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 Walch 2020-11-06T18:32:47.336300Z

I basically want this returned:

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

yiorgos 2020-11-06T19:14:54.337400Z

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

alexmiller 2020-11-06T19:27:27.337800Z

sure, it's binary data

yiorgos 2020-11-06T19:41:45.338600Z

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

alexmiller 2020-11-06T19:45:04.339Z

no? what are you trying to do?

yiorgos 2020-11-06T19:45:50.339500Z

nothing special, just curious what is that file.

2020-11-06T22:02:19.340800Z

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