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 design of an online banking system to log money transfers, focusing on maintaining a transfer list and appending transfers to a global log. It explains the synchronized approach to collect log messages and the class structure for accounts. The instructor demonstrates test code simulating account movements and highlights the importance of atomic operations to avoid data inconsistencies.