thenativeweb / node-cqrs-domain

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/domain.html
MIT License
269 stars 57 forks source link

Factory methods for event store and aggregate lock #35

Closed nizachon closed 9 years ago

nizachon commented 9 years ago

Per our discussion.

adrai commented 9 years ago

Did you have already done a "real-life" check in your project?

nizachon commented 9 years ago

That's #1 on my list for today! :-) On Mar 5, 2015 11:10 PM, "Adriano Raiano" notifications@github.com wrote:

Did you have already done a "real-life" check in your project?

— Reply to this email directly or view it on GitHub https://github.com/adrai/node-cqrs-domain/pull/35#issuecomment-77511953.

nizachon commented 9 years ago

Just to make sure: were you asking if we had already re-implemented our adapter as an event store instead of a store, or ...?

adrai commented 9 years ago

Just to be sure you tested your branch (pull request) on you real-live system

Il giorno 6-mar-2015, alle ore 17:36, nizachon notifications@github.com<mailto:notifications@github.com> ha scritto:

Just to make sure: were you asking if we had already re-implemented our adapter as an event store instead of a store, or ...?

Reply to this email directly or view it on GitHubhttps://github.com/adrai/node-cqrs-domain/pull/35#issuecomment-77591314.

nizachon commented 9 years ago

Works as expected.