ts-eventsourcing
v1.2.1
Published
Typed event sourcing framework
Downloads
10
Maintainers
Readme
TS Eventsourcing
Providing infrastructure and testing helpers for creating CQRS and event sourced applications. The project contains several loosely coupled components that can be used together to provide a full CQRS\ES experience.
Features
- Using Typescript
- Jest for testing
Just the basics
If you brand new to Event sourcing, CQRS or Typescript and you want to understand the basics concepts, see
- Command Query Responsibility Segregation explanation by Martin Fowler
- Watch this Event sourcing video by Greg Young
- The Typescript introduction
Installation
To install the stable version:
yarn install
This assumes you are using yarn as your package manager.
See examples in /src/__test/*Example.ts
Tests
To Run the test-suites:
yarn test
License
MIT