mirror of
https://github.com/extreme-tech-seminar/extreme-tech-seminar.github.io.git
synced 2024-11-14 19:19:34 +00:00
[post] Meeting Notes: Distributed Systems
This commit is contained in:
parent
bbcdd7449b
commit
413b22cdba
1 changed files with 20 additions and 0 deletions
20
_posts/2015-11-04-distributed-systems.md
Normal file
20
_posts/2015-11-04-distributed-systems.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Meeting: Distributed Systems"
|
||||
date: 2015-11-04 20:00
|
||||
author: Correl Roush
|
||||
---
|
||||
|
||||
No slides this time around, but it was still an excellent discussion.
|
||||
The topic this time was dealing with state and consistency in
|
||||
distributed systems, focusing on talks by Christopher Meiklejohn.
|
||||
|
||||
Topics discussed:
|
||||
|
||||
- [Functional Geekery Episode 32 - Christopher Meiklejohn](http://www.functionalgeekery.com/episode-32-christopher-meiklejohn/)
|
||||
- The false assumptions of Client-Server architecture
|
||||
- Last writer wins consistency model
|
||||
- Strong eventual consistency with [CRDTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)
|
||||
- [Distributed Systems for Fun and Profit](http://book.mixu.net/distsys/)
|
||||
- [A comprehensive study of Convergent and Commutative Replicated Data Types](https://hal.archives-ouvertes.fr/file/index/docid/555588/filename/techreport.pdf)
|
||||
- ["Distributed, Eventually Consistent Computations" by Christopher Meiklejohn](https://www.youtube.com/watch?v=lsKaNDj4TrE) (video)
|
Loading…
Reference in a new issue