User service with CQRS + ES example in Rust (Part 3)
CQRS with Hexagonal Architecture and DDD
Mar 29, 202316 min read680

Search for a command to run...
Articles tagged with #event-sourcing
CQRS with Hexagonal Architecture and DDD

The first steps

I am going to show you a possible approach to Event Sourcing and CQRS with rust. This is a service that I am going to use in an ecosystem of services for my personal project. This service will deal only with identity. The one and only requisite at th...
