diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
| commit | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (patch) | |
| tree | 683b0e8e081d88f7fe614b8878a8a84ac648376a /README.md | |
| parent | e1af11a04a3ca574de73118cfdabc2ba15d5d7aa (diff) | |
Working
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ Programming Models for Distributed Computation Source repo for the book that I and my students in my course at Northeastern University, [CS7680 Special Topics in Computing Systems: Programming Models for Distributed Computing](http://heather.miller.am/teaching/cs7680/) are writing on the topic of programming models for distributed systems. +This is a book about the programming constructs we use to build distributed systems. These range from the small, RPC, futures, actors, to the large; systems built up of these components like MapReduce and Spark. We explore issues concerns central to distributed systems like consistency, availability, and fault tolerance, from the lense of framework the programmer uses to build systems with properties such as these.
\ No newline at end of file |
