As a part of Transaction Management in Microservices, we were interested to venture into the topic of Two Phase Commit. I worked along with Thanmai and Supreeth. Architecture: Consider the same architecture as that of the Event-driven approach. We have an Order Service and a Customer Service with their respective databases. But instead of the M... Read more 09 Mar 2017
Team Members: Thanmai M. Bindi Ameya Advankar Mayank Jaglan Sneha Tilak Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early. Continuous Deployment (... Read more 27 Feb 2017