0.0.3 • Published 8 years ago

node-cqrs-toolkit v0.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

node-cqrs (Under working)

a cqrs toolkit lib with nodejs.

 Event store is only adding events.
 View store is more like normal CRUD database.

Inspired by the following libraries/examples:

Installation

npm i

npm test

Examples

if you want see more detail information, please set DEBUG=cqrs:*:* ;

simple api: node examples/simple/index

couchbase api: node couchbase/simple/index

RoadMap

  • implemented mostly methods in lib: eventhorizon
  • couchbase storage support
  • simplify with lib: SimpleCQRS
  • change to use lib: node-eventStore
  • example with restful api
  • snapshot support
  • use nodejs Event Emitter2