top | item 23811830

(no title)

deleuze | 5 years ago

When we looked at temporal tables in SQL Server for event sourcing, I was put off by the fact that you have to read from multiple tables. CDC + some external data source still seems to be the better solution here, imo.

discuss

order

polskibus|5 years ago

What do you use for your event sourcing? Do you use Akka/Akka.NET Persistence or some other application framework?

deleuze|5 years ago

We use Debezium and Kafka, it's been really nice.