Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Dr. TLA+ series - learn an algorithm and protocol, study a specification

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.