Skip to content

Commit

Permalink
✨ update: add links to talk 5
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavDani committed Nov 19, 2023
1 parent bb4da76 commit 15a53ee
Showing 1 changed file with 81 additions and 6 deletions.
87 changes: 81 additions & 6 deletions 5.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ <h2>Table of Contents</h2>
<ul id="talks-list">
<li>
<a href="#talk-1"
>Fault Tolerance to build Robust Systems, by Pranav Dani</a
>Fault Tolerance to build Robust Systems, by Pranav
Dani</a
>
</li>
</ul>
Expand Down Expand Up @@ -156,7 +157,9 @@ <h2 id="details">Details</h2>

<main id="main-content">
<section id="talk-1" class="talk-section">
<h2 class="talk-title">Fault Tolerance to build Robust Systems</h2>
<h2 class="talk-title">
Fault Tolerance to build Robust Systems
</h2>
<p>
Speaker:
<a
Expand All @@ -168,20 +171,92 @@ <h2 class="talk-title">Fault Tolerance to build Robust Systems</h2>
</p>
<h3 id="abstract-1">Abstract</h3>
<p>
The talk will discuss how the requirement for fault-tolerant systems arose from the need to serve multiple clients online while guaranteeing system functionality. We will quickly go over the historical context and one of the algorithms (Raft), which is used to aid a cluster of computers achieve fault tolerance.
The talk will discuss how the requirement for fault-tolerant
systems arose from the need to serve multiple clients online
while guaranteeing system functionality. We will quickly go
over the historical context and one of the algorithms
(Raft), which is used to aid a cluster of computers achieve
fault tolerance.
</p>

<!-- <h3 id="relevant-links-1">Relevant Links</h3>
<h3 id="relevant-links-1">Relevant Links</h3>
<ul>
<li>
<a
href="https://docs.google.com/presentation/d/1mJkHXdjrW96gmYyvJTeZySB-PgArMPKgfuzahLRX8zI/edit?usp=sharing"
href="https://docs.google.com/presentation/d/1gnlB8zjSGTE5fz5FY_NpbXo4_5GGRtfd/edit?usp=drive_link&ouid=100780919096555537115"
target="_blank"
rel="noreferrer"
>Slide deck</a
>
</li>
</ul> -->
<li>
<a
href="https://thesecretlivesofdata.com/raft/"
target="_blank"
rel="noreferrer"
>Raft Visualization</a
</li>
<a
href="https://raft.github.io/"
target="_blank"
rel="noreferrer"
>Raft Website</a
</ul>

<h3 id="relevant-links-1">Research Paper Links</h3>
<ul>
<li>
<a
href="https://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf"
target="_blank"
rel="noreferrer"
>MapReduce: Simplified Data Processing on Large
Clusters</a
>
</li>
<li>
<a
href="https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf"
target="_blank"
rel="noreferrer"
>The Google File System (GFS)</a
>
</li>
<li>
<a
href="https://www.cs.princeton.edu/courses/archive/fall16/cos418/papers/scales-vm.pdf"
target="_blank"
rel="noreferrer"
>The Design of a Practical System for Fault-Tolerant
Machines</a
>
</li>
<li>
<a
href="https://raft.github.io/raft.pdf"
target="_blank"
rel="noreferrer"
>In Search of an Understandable Consensus Algorithm
Extended Version (RAFT)</a
>
</li>
<li>
<a
href="https://lamport.azurewebsites.net/pubs/lamport-paxos.pdf"
target="_blank"
rel="noreferrer"
>The Part-Time Parliament: Paxos</a
>
</li>
<li>
<a
href="https://lamport.azurewebsites.net/pubs/paxos-simple.pdf"
target="_blank"
rel="noreferrer"
>Paxos Made Simple</a
>
</li>
</ul>
</section>
</main>

Expand Down

0 comments on commit 15a53ee

Please sign in to comment.