Fork me on GitHub
#datomic
<
2016-08-27
>
mrmcc300:08:45

@karol.adamiec yeah this process could be more automatic in the terraform module by having it lookup the correct AMI https://www.terraform.io/docs/providers/aws/d/ami.html. Would need to have a virtualization_type variable (HVM as default) to find the correct image

magnars07:08:29

I have a db and some transactions, and I'd like to get a db after applying the transactions without actually running it through the transactor - it's the famous "what if" datomic feature. I must be blind, but I just can't find the command in the docs. Any help please? 🙂

magnars07:08:08

I found it: (d/with db tx-data) Not the easiest word to google for. 🙂

isaac15:08:46

Does Datomic has a plan to support GIS ?

magnars22:08:06

How can datomic.api/as-of take both a transaction number and a transaction ID and consistently tell them apart?