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