Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the principles of reactive programming with a focus on scalability, explaining the difference between low performance and low scalability, the replication of actors, various routing strategies like round-robin and consistent hashing, and the replication of stateful actors. It concludes by highlighting how asynchronous message passing enables vertical scalability and how location transparency enables horizontal scalability.