-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaterial.html
More file actions
18 lines (17 loc) · 1.27 KB
/
Copy pathmaterial.html
File metadata and controls
18 lines (17 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: page
title: Material
permalink: /material/
---
The course is mainly based on research papers. The list of papers covered on each lecture is given on the <a href="/schedule">schedule</a> page.
<br><br>
<p>We are also using the following textbooks in this course:
<br><br>
<p> <img border=0 src="/images/spark.jpg" width="140" height="200" align=middle> <b>Spark - The Definitive Guide</b>, Matei Zaharia et al., O'Relly Media, 2018.</p>
<br>
<p> <img border=0 src="/images/data_intensive.jpg" width="150" height="200" align=middle> <b>Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems</b>, Martin Kleppmann, O'Reilly Media, Inc., 2017.</p>
<br>
<p> <img border=0 src="/images/stream_processing.jpg" width="150" height="200" align=middle> <b>Fundamentals of Stream Processing: Application Design, Systems, and Analytics</b>, Henrique CM Andrade et al., Cambridge University Press, 2014.</p>
<br>
<p> <img border=0 src="/images/mapreduce.jpg" width="150" height="200" align=middle> <b>Data-Intensive Text Processing with MapReduce</b>, Jimmy Lin et al., Morgan & Claypool Publishers, 2010.</p>
<br>