Y
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
polskibus
2173 days ago
What do you use for your event sourcing? Do you use Akka/Akka.NET Persistence or some other application framework?
link
deleuze
2173 days ago
We use Debezium and Kafka, it's been really nice.
link
polskibus
2171 days ago
Do you just process events it for analytics or do you actually perform rehydrating application state or replicating application state?
link