eventsourcing-redux-bridge
v1.4.2
Published
Bridge between event sourcing and redux
Downloads
20
Maintainers
Readme
TS Eventsourcing Redux bridge
Bridge between server side event sourcing and redux client state as projected read model.
Features
- Using Typescript
- Jest for testing
- Serialisation of actions/commands and immutable objects
- Command and Queries server <--> client communication
- Support different gateways (sockets io with multiple namespace support)
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.
Tests
To Run the test-suites:
yarn test
License
MIT