debuglevel / walkingdinner

Genetic Algorithm based tool to generate a plan for a running dinner
The Unlicense
0 stars 0 forks source link

Calculation/Planning algorithm microservice #13

Open debuglevel opened 4 years ago

debuglevel commented 4 years ago

Computing/calculating/planning a dinner happens in the main REST backend. This is a service which could very good be separated into an own microservice. This would enable scaling up this part onto many machines.

debuglevel commented 2 years ago

Is its own service for now, which works well. Unsure if Amazon Lambda or OpenFAAS is really needed for now.