This repository contains the slides for my presentation on Logical Clocks.
Slides, information and images are based on the book “Distributed Systems: Principles and Paradigms” by Andrew S. Tanenbaum and Maarten van Steen, and the corresponding slides from Maarten van Steen’s course on Distributed Systems. [1]
The raw slides can be found in slides.md
and a PDF-version can be found in logical-clocks.pdf
.
You can view the interactive version from the gh-pages
-branch.
The presentation is created on top of reveal.js and requires Node.js and Grunt.js.
$ npm install
$ grunt serve --port 8181
MIT licensed