Fork me on GitHub
#datomic
<
2016-07-21
>
lucasbradstreet17:07:57

@teng we created onyx-etl for this purpose but it hasn't seen much use and is not actively maintained https://github.com/onyx-platform/onyx-etl

fenton18:07:56

if i'm calling a function in my datomic query....is there a way to debug that? i.e. know what the values are bound to etc...

kenbier21:07:13

is it preferable to store t or tx-id if i plan to query the for the attribute and then pass it into d/as-of? does it even matter, considering i can map between the two?

kenbier21:07:32

i think the T in the EAVT is the tx-id, hence that would be better to use. plus ids are garunteed not to change?