polylith

https://polylith.gitbook.io/ and https://github.com/polyfy/polylith
2021-01-24T11:59:11.002400Z

I’ve read the Polylith git book, and it seems quite interesting, but I’m a little curious about the horizontal scaling story. Is there somewhere I could get some information on that?

tengstrand 2021-01-25T08:11:17.002800Z

Hi Dan! The way we tackle horizontal scaling in Polylith is by changing how the code is executed in production. Polylith doesn’t write that code for us, but instead it enables us to quickly change how the code is executed in production, by adding more services when needed. If you go to the https://polylith.gitbook.io/polylith/conclusion/faq you can read Furkan’s answer to the question “What's your experience of working with Polylith in practice?” to get an idea of how this can be solved.