Final Report : Two-Phase Commit in Microservices
Problem Statement: In a Distributed System which has microservices all performing certain tasks own a database. And each microservice alone has the authority over that database to make...
Assignment - 5 : Two-Phase Commit in Microservices
Problem Statement Implementing two-phase commit without a global transaction manager and making sure that each microservice is the owner of it’s own database. Global Transaction Manager was responsible...
Assignment - 4 : Global Transaction Manager
Problem Statement How to implement Two-phase commit in a distributed environment. How to make sure that the Prepare phase and the Commit phase takes place successfully. How the...
Assignment - 3 : Two - Phase Commit Intro
Problem Statement In a given scenario of the distributed architecture what are the pros and cons of Two-Phase Commit. How to evaluate the consistency issue in case of...
Assignment - 2 : Laravel Portal Deployment
Problem Statement: Deploying of Laravel on Amazon instance and containerizing the portal in docker. I had to make the portal work with the install scripts which will not...