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.61k stars 408 forks source link

Serverless and message queue #136

Closed gcherem closed 4 years ago

gcherem commented 4 years ago

Thank you for this great project. I have a some questions:

1) How coupled it is to docker? I mean, is that possible to go serverless? If so, what do I need to change? 2) Is there a messaging queue like rabbit mq in the project?

Thanks in advance and keep up the good job!

juicycleff commented 4 years ago

There is NATS and EventStore.org, but you can switch nats to RabbitMQ. And it's not tied to docker. You can do pretty much whatever you want to do, but you just need to make sure your serverless can properly find other services