Skip to content
#

data-consistency

Here are 12 public repositories matching this topic...

Distributed system project implementing a two-phase commit protocol with coordinators and participants. I handled failure cases, ensuring data consistency. The coordinator sends commit requests, and participants vote. Based on votes, the coordinator commits or aborts transactions. I simulated failures and used Python for implementation.

  • Updated May 29, 2024
  • Python

Improve this page

Add a description, image, and links to the data-consistency topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-consistency topic, visit your repo's landing page and select "manage topics."

Learn more