Skip to content

Commit

Permalink
Merge pull request #37 from neu-se/module-10
Browse files Browse the repository at this point in the history
Module 10 - distributed system 1
  • Loading branch information
abhutta0 authored Feb 6, 2024
2 parents babab10 + c16679f commit 30ff8db
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file added Slides/Module 10.2 Distributing Data.pdf
Binary file not shown.
Binary file added Slides/Module 10.2 Distributing Data.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion _data/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
page: /modules/9-patterns-of-react
5b:
name: Distributed System Architectures (Part 1)
page:
page: /modules/10-ds-1
6a:
name: Distributed System Architectures (Part 2)
page:
Expand Down
25 changes: 25 additions & 0 deletions lectures/l10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: module
title: "10 - Distributed Systems Architectures (Part 1)"
permalink: /modules/10-ds-1
parent: Modules
nav_order: 10
lessons:
- title: "Distributed Systems: Goals and Challenges"
ppt: "Module 10.1 Distributed Systems Goals and Challenges.pptx"
pdf: "Module 10.1 Distributed Systems Goals and Challenges.pdf"
- title: "Distributing Data"
ppt: "Module 10.2 Distributing Data.pptx"
pdf: "Module 10.2 Distributing Data.pdf"
---
### Learning Objectives:
In this module, you will learn to:
* Describe 5 key goals of distributed systems
* Understand the fundamental constraints of distributed systems
* Understand the roles of replication and partitioning in distributing data

{% include lesson.html %}

### Resources
* ["Distributed Systems for Fun and Profit"](http://book.mixu.net/distsys/index.html) by Mikito Takada
* ["The CAP FAQ - The Paper Trail"](https://www.the-paper-trail.org/page/cap-faq/)

0 comments on commit 30ff8db

Please sign in to comment.