A generic Event Sourcing and Domain Event management library for Node.js (TypeScript). This library provides the core infrastructure for implementing Event Sourcing, Aggregate management, and sagas in ...
The platform is organized into distinct contexts following Domain-Driven Design principles: event-sourcing-platform/ ├── event-store/ # Rust event store service, gRPC server, and client SDKs │ ├── ...