webstackers / meetup

Information and Organization for the Tucson Web Stackers Meetup.
10 stars 0 forks source link

EventStore.js / Event Sourcing / CQRS #26

Open limulus opened 5 years ago

limulus commented 5 years ago

Suggested anonymously via sticky note at the meetup.

Here is a link to the EventStore.js library: http://eventstore.js.org/

This is what event sourcing is, and seems to be what the above library sets out to do: https://martinfowler.com/eaaDev/EventSourcing.html

And this is what CQRS is: https://www.martinfowler.com/bliki/CQRS.html

MarneeDear commented 5 years ago

Hi thanks! This was my suggestion. I have heard through the grapevine that Broadpath, where Lennards works, are starting to use EventStore.js so maybe in the near future we could have a talk on this. If not Lennards, I might be able to get his coworker Cayne to do it (we are friends). :)

I can speak to Event Sourcing and CQRS patterns, but I'm not that familiar with javascript or the front-end. I might be able to pull together a demo, though.