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
dev-local is our only best option right now to satisfy some customer requirements regarding backups, so any help would be much appreciated
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.
I basically want this returned:
[
{:x :foo
:y 1000}
{:x foo
:y 9780}
...
]
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
sure, it's binary data
oh I see. is there a way to make this more readable?
no? what are you trying to do?
nothing special, just curious what is that file.
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