Slide 32
Slide 32 text
Microservices
• Concern separations: event collection and serving
recommendations
• Scale and isolate these behaviours: we can serve
recommendations even if we are not collecting
events.
• Small and simpler codebase, refactoring won't affect
the overall system too much, deploys are not huge
switches
• Faster to add new features and try new algorithms
• Better application profiling