aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-12-19 09:35:53 -0500
committerHeather Miller <heather.miller@epfl.ch>2016-12-19 09:35:53 -0500
commit62c94253c94f587c419ba41be9ed063c5c32916a (patch)
tree2ea1fc0ef0e52a2a068e8f5527613432ad052e9a
parent8c96c8ac295bf52f03409314a5daa43319df9cd7 (diff)
Chapters to README
-rwxr-xr-xREADME.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 663b9ff..639d9a5 100755
--- a/README.md
+++ b/README.md
@@ -10,6 +10,18 @@ concerns central to distributed systems like consistency, availability, and
fault tolerance, from the lense of the programming models and frameworks that
the programmer uses to build these systems.
+## Chapters
+
+1. RPC
+2. Futures & Promises
+3. Message-passing
+4. Distributed Programming Languages
+5. CAP, Consistency, & CRDTs
+6. Programming Languages & Consistency
+7. Langauges Extended for Distribution
+8. Large-scale Parallel Batch Processing
+9. Large-scale Streaming
+
## Editing this book
### Workflow