-
-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document microservice clustering/scaling #157
Comments
I'd like to finish up https://github.com/feathersjs/feathers-sync which will just provide a global event emitter and then create a Distributing your app across microservices is probably mainly a documentation job (hopefully I'll get the idea I had for the 2.0 homepage up soon, that might be a good start). Another performance improvement tool is https://github.com/feathersjs/feathers-batch which should also be supported by the next version of |
Any updates on this? Was the documenatation for examples on splitting an app into microservices added? Having the same questions that were raised in #332 |
@daffl already closed #121 around the implementation of this and provided a toy example but we need proper documentation around this.
One possibility is to show how you can scale these apps using redis or mub-sub and docker.
The text was updated successfully, but these errors were encountered: