Skip to content

Commit

Permalink
sedeve-kit, .md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybbh committed Jun 28, 2024
1 parent a1b45a2 commit 4ce8e40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/how_to_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ During testing, we add invariants to assert the correctness of our assumptions.

## Example
[Two-Phase Commit Protocol(2PC)](https://en.wikipedia.org/wiki/Two-phase_commit_protocol) is a atomic commit protocol.
The example of using this kit to develop 2PC could be found at [this repo](https://github.com/scuptio/example-2pc).
The example of using this kit to develop 2PC could be found at [this repo](https://github.com/scuptio/example-2pc).

[Raft](https://raft.github.io/) consensus algorithm.
We implement Raft[repo](https://github.com/scuptio/scupt-raft)

0 comments on commit 4ce8e40

Please sign in to comment.