feathers icon indicating copy to clipboard operation
feathers copied to clipboard

Document microservice clustering/scaling

Open ekryski opened this issue 9 years ago • 2 comments

@daffl already closed https://github.com/feathersjs/feathers/issues/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.

ekryski avatar Nov 04 '15 03:11 ekryski

I'd like to finish up https://github.com/feathersjs/feathers-sync which will just provide a global event emitter and then create a feathers-sync-mongodb and feathers-sync-redis adapter. This should cover scaling the same application across multiple instances.

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 feathers-client.

daffl avatar Nov 04 '15 06:11 daffl

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

aecorredor avatar Jun 26 '18 12:06 aecorredor