Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlaplus/DrTLAPlus
Dr. TLA+ series - learn an algorithm and protocol, study a specification
https://github.com/tlaplus/DrTLAPlus
algorithm pluscal protocol tlaplus
Last synced: about 2 months ago
JSON representation
Dr. TLA+ series - learn an algorithm and protocol, study a specification
- Host: GitHub
- URL: https://github.com/tlaplus/DrTLAPlus
- Owner: tlaplus
- Created: 2016-07-20T14:59:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T20:37:58.000Z (over 2 years ago)
- Last Synced: 2024-08-03T01:16:43.456Z (5 months ago)
- Topics: algorithm, pluscal, protocol, tlaplus
- Language: TLA
- Homepage:
- Size: 21.7 MB
- Stars: 799
- Watchers: 106
- Forks: 97
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Dr. TLA+ Series - learn an algorithm and protocol, study a specification
| | Date | Speaker | Topic | Media |
|:----------:| ------------- |:-------------:| :----:|:----------:|
| | 06.22.2016 | [Andrew Helwer](https://www.linkedin.com/in/ahelwer) | [Paxos](./Paxos/README.md) | [video](https://www.youtube.com/watch?v=zCaJSrTmUFA), [slides](./Paxos/Paxos.pdf)
| | 07.21.2016 | [Jin Li](http://research.microsoft.com/~jinl) | [Raft](./Raft/README.md) | [video](https://www.youtube.com/watch?v=6Kwx8zfGW0Y), [slides](./Raft/Raft.pdf)
| | 08.29.2016 | [Cheng Huang](http://research.microsoft.com/~chengh) | [Fast Paxos](./FastPaxos/README.md) | [video](https://www.youtube.com/watch?v=eW6Zv0X53T4), [slides](./FastPaxos/FastPaxos.pdf)
| | 09.23.2016 | [Rustan Leino](http://research.microsoft.com/~leino) | [Global Snapshots](./GSnapshot/README.md) | [video](https://www.youtube.com/watch?v=ao58xine3jM), [slides](./GSnapshot/GlobalSnapshots.pdf)
| | 11.09.2016 | [Heidi Howard](http://hh360.user.srcf.net/blog/) | [Flexible Paxos](./FlexiblePaxos/README.md) | [video](https://www.youtube.com/watch?v=LX-WK8EmoFE), [slides](./FlexiblePaxos/FlexiblePaxos.pdf)
| | 01.20.2017 | [Shuai Mu](http://www.mpaxos.com/) | [Byzantine Paxos](./ByzPaxos/README.md) | [video](https://www.youtube.com/watch?v=XnfAZHkyOy4), [slides](./ByzPaxos/byz_paxos.pdf)
| | 03.01.2018 | Ed Huang | [Verifying Distributed Transaction with TLA+ in TiDB](./TiDB/README.md) |
| | 11.01.2018 | [Murat Demirbas](http://muratbuffalo.blogspot.com) | [Consistency guarantees provided by Cosmos DB](./CosmosDB/README.md) | [video](https://youtu.be/Ej6dlMBvUBI), [slides](./CosmosDB/CosmosDB.pdf)
| | 11.15.2019 | [Saksham Chand](https://www.linkedin.com/in/saksham-chand-b1a19b91/) | [Specification and Verification of Multi-Paxos](./MultiPaxos/README.md) | [video](https://youtu.be/uBQSE4MMWhY), [slides](./MultiPaxos/SakshamChand_MultiPaxos.pdf)
|⇒ | 02.XX.2021 | [Stephan Merz](http://www.loria.fr/~merz/) & [Markus Kuppe](https://lemmster.de) | Termination Detection (EWD840 & EWD998) |#### Each session will focus on a single algorithm/protocol and:
+ dive deep into how the algorithm and protocol works;
+ illustrate in detail how the TLA+ specification is written;
+ share the learnings from writing and studying the specification.