Hacker News new | ask | show | jobs
by deleuze 2174 days 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.
1 comments

What do you use for your event sourcing? Do you use Akka/Akka.NET Persistence or some other application framework?
We use Debezium and Kafka, it's been really nice.
Do you just process events it for analytics or do you actually perform rehydrating application state or replicating application state?