-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from neu-se/module-10
Module 10 - distributed system 1
- Loading branch information
Showing
6 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |