A Typescript library for using Event Sourcing and Domain Driven Design.
npm install @meticoeus/ddd-es

_A TypeScript library for using Event Sourcing and Domain-Driven Design._
@meticoeus/ddd-es is a TypeScript library that simplifies the implementation of Event Sourcing and Domain-Driven Design (DDD) patterns.
``bash`
npm install @meticoeus/ddd-es
TODO
---
This library provides the following exports:
- Core (import '@meticoeus/ddd-es'): The main event-sourcing and DDD components.import '@meticoeus/ddd-es/mocks'
- Mocks (): Tools for testing and mocking events and the repositories.import '@meticoeus/ddd-es/otel'`): Optional OpenTelemetry integration for tracing events and commands.
- OpenTelemetry (
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request if you have improvements or bug fixes.
If you encounter any issues, please report them here.