@eventflows/core
v0.2.0
Published
Framework-agnostic event sourcing core primitives
Downloads
54
Maintainers
Readme
@eventflows/core
Framework-agnostic event sourcing primitives for TypeScript.
Installation
bun add @eventflows/coreWhat's Included
- AggregateRoot - Base class for event-sourced aggregates
- EventBus - Publish/subscribe for domain events
- CommandBus - Route commands to handlers
- QueryBus - Route queries to handlers
- EventStore - Abstract event persistence
- Type-safe - Full TypeScript support with zero runtime overhead
Documentation
For comprehensive guides, patterns, and API documentation:
License
MIT
