CQRS + Event Sourcing — 02 — Event store : interface et implémentations
L'interface abstraite EventStore et ses trois implémentations : PostgreSQL (self-hosted), Firestore (GCP/Firebase), DynamoDB (AWS). Append-only, concurrence optimiste, TypeScript et Python.