scalability
Is your feature request related to a problem? Please describe.
For future purpose i want to add scalability for improved availability and performance. I would also like to have a sharded and replicated database setup.
Describe alternatives you've considered
We definitly need to stress test the current solution and store the results. And keep an easy development alternative beside the cluster scaling solution.
Solution
Split up into microservices, first task could be implementing interfaces and data transfer in protobuff between service units. So that later on we can easily extract step by step services into own units.
Edited by ekresse