Fork me on GitHub
#datomic
<
2021-03-02
>
steveb8n03:03:42

Q: the on-prem api supported running datalog queries against regular vectors/maps (instead of the db). 1/ where are those samples? 2/ is this also possible using the client/cloud API?

steveb8n03:03:18

background: I need a matching api and I’d like to try using datalog instead of core.match

Lennart Buit18:03:21

In peer you can supply a vector of vectors. You can’t in client

steveb8n22:03:01

thanks. I thought that was the case. shame but core.match will work too

henrik07:03:27

Is there a way to parameterize the pull expression when used in a query? I.e, something like

{:find [(pull ?item ?pull-fields)] … }
(This example does not work)

tatut09:03:52

you can have patterns as :in parameters without the ?

henrik10:03:27

So I can, thank you. So the ? is magic, I just thought it was a part of the symbol name.

em00:03:09

Looks fantastic, thanks for all the hard work! Just to clarify, by Lambda runtimes moving to NodeJS, does that mean that lambda the ultimate proxies are now entirely on node? I.e., no more JVM 2s cold starts