juicycleff / nestjs-event-store

NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
https://xraph.com
MIT License
199 stars 29 forks source link

What is the plan for this Repo #3

Open leopoldodonnell opened 4 years ago

leopoldodonnell commented 4 years ago

Hi Rex,

I was reviewing your Ultimate backend and it helped connect a number of dots WRT connecting GraphQL, CQRS and EventStore. There are now two nestjs-event-store modules; yours and the one from daypaio.

How are the two different? Is this a repo for casual use, or do you plan to use it in a production setting.

Thanks, either way.

juicycleff commented 4 years ago

@leopoldodonnell we are using it in production. There are some features that we need that are not supported by daypaio. Like Volatile subscription and also services coming is support for storage adapters that can be hooked up to CatchUp subscriptions and service can automatically wake up and start reading events from the last point of failure. For now, there is support for an adapter interface, that you can implement to persist catchup position in your microservice

smolinari commented 3 years ago

I think it is obvious at this point, this package isn't being used (anymore) in production, as it seems all development has stopped. I can't imagine a software not being advanced and it still in use, especially with the noted missing features mentioned above. It would be very rare. if I would be wrong.

Scott