A simple transaction manager for the two-phase commit protocol
-
Updated
Jul 25, 2023 - Go
A simple transaction manager for the two-phase commit protocol
This is a simple implementation of the two-phase commit protocol. It is a distributed transaction management protocol that ensures that a transaction can be committed or rolled back across multiple distributed resources.
A consistent distributed KV store that implements the two phase commit protocol, written in java, using gRPC
Distributed transaction system using strict two-phase locking (2PL), wound-wait deadlock prevention, and two-phase commit (2PC) to provide isolation and atomicity across multiple servers.
Add a description, image, and links to the 2-phase-commit topic page so that developers can more easily learn about it.
To associate your repository with the 2-phase-commit topic, visit your repo's landing page and select "manage topics."