Fork me on GitHub
#datomic
<
2021-04-17
>
pinkfrog06:04:59

A user will generated events which serves two purposes:1. update the db. 2. tell downstream event handler.

pinkfrog06:04:15

I wonder if this thing is possible with Datomic alone instead of Datomic + Kafka.

potetm13:04:40

You can process the transaction log and use it to trigger downstream events.

pinkfrog13:04:16

Yup. Think about that too. Is it a production-used approach? Are you aware of any working example?

potetm14:04:19

Yeah, they use this to do decanting.