mirror of
https://github.com/pingcap/tla-plus.git
synced 2025-01-13 21:30:08 +08:00
Create README.md
This commit is contained in:
parent
402fb50c6e
commit
16d9b21f8b
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# tla-plus
|
||||
|
||||
TLA+ is a formal specification and verification language to help engineers design, specify, reason about, and verify complex software and hardware systems. It is widely used to verify the algorithms in distributed systems.
|
||||
|
||||
# tla-plus in TiDB
|
||||
|
||||
In TiDB, we use TLA+ for the following purposes:
|
||||
|
||||
- To verify the distributed consensus algorithm - [Raft](https://github.com/pingcap/raft-rs).
|
||||
- To verify the implementation of distributed transaction.
|
||||
|
||||
For further information about TLA+, see [tla-plus-resources](https://github.com/cmschmtt/tla-plus-resources).
|
Loading…
Reference in New Issue
Block a user