← Back
Nick Chapsas March 5, 2025 16m

Production Ready Event Sourcing in .NET

Summary

The transcript discusses event sourcing in .NET using the Martin library, which uniquely leverages PostgreSQL instead of traditional event sourcing databases. The speaker explains that event sourcing differs from traditional database approaches by capturing every state change as an immutable event, creating a sequential record of all actions rather than just storing the current state. The practical takeaway is demonstrating how to implement event sourcing through an order management API, showing how events can track an order's progression from creation to delivery using a step-by-step event-based approach.

View original episode ↗