juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.6k stars 407 forks source link

Event-Source - Alternatives? #169

Closed sharife3 closed 3 years ago

sharife3 commented 3 years ago

Hi

Firstly - awesome repo! Think this is really impressive.

I wanted to ask - is there flexibility to use an alternative to event-store?

What is supported in terms of using alternative event stores? i see you have type: 'event-store'. If this was replaced with say 'nats' would you get the same functionality?

Thank you

juicycleff commented 3 years ago

@sharife3 https://github.com/juicycleff/nestjs-event-store supports nats. In fact I prefer Nats over event store

juicycleff commented 3 years ago

https://github.com/juicycleff/nestjs-event-store will be reworked for v3

sharife3 commented 3 years ago

Worked perfectly - by simply changing type to nats and adding the correct config options for nats to work!