Difference between revisions of "Course: Big Data 2014"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* Reading: Chapter 1 of Mining of Massive Data Sets (version 1.1) | * Reading: Chapter 1 of Mining of Massive Data Sets (version 1.1) | ||
* Course survey: https://docs.google.com/spreadsheet/embeddedform?formkey=dDRoTVcyMnRQUXhFUjl0cFFuTEVER1E6MA | * Course survey: https://docs.google.com/spreadsheet/embeddedform?formkey=dDRoTVcyMnRQUXhFUjl0cFFuTEVER1E6MA | ||
== Week 2 -- Feb 3: Introduction to Databases == | |||
* Lecture notes: http://vgc.poly.edu/~juliana/courses/BigData2014/Lectures/intro-to-db.pdf | |||
* Other useful reading: | * Other useful reading: | ||
** [http://philip.greenspun.com/sql/introduction.html Greenspun's SQL for Web Nerds Intro] | ** [http://philip.greenspun.com/sql/introduction.html Greenspun's SQL for Web Nerds Intro] | ||
** [http://philip.greenspun.com/sql/data-modeling.html SQL/Nerds Modeling (parts)] | ** [http://philip.greenspun.com/sql/data-modeling.html SQL/Nerds Modeling (parts)] | ||
== Week 3 -- Feb 10: Overview: Relational Model and SQL == | == Week 3 -- Feb 10: Overview: Relational Model and SQL == |
Revision as of 17:33, 3 February 2014
DS-GA 1004/CSCI-GA 2568 Big Data: Tentative Schedule -- subject to change
- Course Web page: http://vgc.poly.edu/~juliana/courses/BigData2014
- Instructor: Professor Juliana Freire (http://vgc.poly.edu/~juliana/)
- Lecture: Mondays, 7:10pm-9:00pm at Silver, room 207
- Lab: Thursdays, 7:10pm-8:00pm at CIWW, room 109
News
- On Feb 10th, our class will move to a new location: Cantor 101
- We will have lab on Thu at CIWW, room 109
Background (4 weeks)
Week 1 -- Jan 27: Course Overview; the evolution of Data Management
- Lecture notes: http://vgc.poly.edu/~juliana/courses/BigData2014/Lectures/course-overview.pdf
- Reading: Chapter 1 of Mining of Massive Data Sets (version 1.1)
- Course survey: https://docs.google.com/spreadsheet/embeddedform?formkey=dDRoTVcyMnRQUXhFUjl0cFFuTEVER1E6MA
Week 2 -- Feb 3: Introduction to Databases
- Lecture notes: http://vgc.poly.edu/~juliana/courses/BigData2014/Lectures/intro-to-db.pdf
- Other useful reading: