nordfjord / nestjs-cqrs-es

Utitilties for using EventStoreDB with @nestjs/cqrs
MIT License
4 stars 1 forks source link

Future Plans #1

Closed wSedlacek closed 3 years ago

wSedlacek commented 3 years ago

Are you planning on doing anything further with this library? I have a few ideas on where this library could be enhanced.

nordfjord commented 3 years ago

Hi! I'm currently not planning any further work on this. I ended up copy-pasting the majority of this into the actual project I was working on to be able to evolve it better. The experience of that has convinced me it's probably not a good idea to have a "cqrs/es" framework at all 😂 There's just so many different concerns between projects

The changes I've made so far in that project are:

Unfortunately I'm not sure I can share those changes as they are owned by my current employer.

If you want to evolve this project then feel free to copy-paste the code and improve it. I'd be happy to link to your project from this repository

wSedlacek commented 3 years ago

Cool! I created a project here where I started to restructure your work.

https://github.com/cqrx/cqrx

Thank you for the ideas not only originally purposed in your blog but also the new ones you shared here. When I get around to updating the README.md I will credit you and all that.

nordfjord commented 3 years ago

Brilliant, I've linked to it in the readme! Good luck!