0.4.2 • Published 7 years ago

ts-eventstore-socketio v0.4.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

ts-eventstore

ts-eventstore is a supporting library for CQRS. This library is still WIP but it's already functional. For an example of how to use it review the integration/CompositionRoot.spec.ts file.

Road to version 1:

  • Automatically generate declaration files.
  • Fix import issues (CommandMessage and others are not being exported)
  • Take infrastructure specific implementations to their own repositories.
  • Add rolling snapshots support.
  • Add support for Redis.
  • Add support for mqtt.