Instructor: Ian Gorton, Khoury College of Computer Sciences, Northeastern University
Class: 3.00-6.15pm Tuesday, 225 Terry Ave N, Seattle Campus and online (Zoom info on Canvas site)
Ian Gorton - i.gorton(at)northeastern.edu
Office Hours - Monday 2-5pm (PST)
- Jingyi Wang wang.jingyi2@northeastern.edu:
- Office Hours: Tuesday 1PM-3PM PST
- Weijia Deng deng.weij@northeastern.edu:
- Office Hours: Thursday 2PM-4PM PST
- Leah Mamaril mamaril.l@northeastern.edu:
- Office Hours: Friday 2:30PM-4:30PM PST
This course will cover the essential elements of distributed, concurrent systems and build upon that knowledge with engineering principles and practical experience with state-of-the-art technologies and methods for building scalable systems. Scalability is an essential quality of Internet-facing systems, and requires specialized skills and knowledge to build systems that scale at low cost.
In our weird pandemicy world right now, we need to run classes a little differently. Each week the lecture materials will be recorded and uploaded to Canvas. You will be expected to watch these and do the associated reading. Class time will be spent giving a summary of the key points, and answering questions. So come, physically or virtually, prepared. Each class will also have a hands-on lab for you to work through.
- There are 4 individual assigments. They total 70% of the final grade.
- There are 4 quizes. They combine to add up to the remianing 30% of the grade. The first 3 will cover the materials in the previous 3 week's classes. The last quiz will have questions that cover the whole course. Each quiz will be allocated 45-60 minutes and be available at the start of the class in which it is scheduled.
Week | Topic | Date |
---|---|---|
1 | Introduction to Scalable Distributed Systems | 1/19 |
2 | Concurrency | 1/26 |
3 | Distributed Systems Architecture Whirlwind Tour | 2/2 |
4 | Distributed Systems Fundamentals | 2/9 |
5 | Scalable Service Design | 2/16 |
6 | Asynchronous Systems | 2/23 |
7 | Microservices | 3/2 |
8 | Data Replication, Partitioning and Eventual Consistency | 3/9 |
9 | Strong Consistency and Distributed Databases | 3/16 |
10 | NoSQL Databases | 3/23 |
11 | Serverless Processing Systems | 3/30 |
12 | Stream Processing | 4/6 |
13 | Final Quiz and Course Wrap up | 4/13 |
Submission instructions and exact deadlines are on the course Canvas site.
Assignment | Topic | Due Date |
---|---|---|
1 | Concurrency and Client-server | 2/10 |
2 | Building the Server | 3/10 |
3 | Asynchronous Processing | 3/31 |
4 | Scaling the Data Layer | 4/26 |
Quizzes will be held at the start of class on the following 4 dates.
Quiz | Date |
---|---|
1 | 2/9 |
2 | 3/2 |
3 | 3/30 |
4 | 4/13 |
Course specific reading will be provided each week for the first half of the course.
We also cover a lot of material that is not really covered by a single book Each week will give you some resoures to read/view that are relevant to the materials.
The following are great resources however, and can be excellent references for this course and your future career.
- Java Concurrency in Practice 1st Edition, Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
- Distributed systems : concepts and design, Coulouris, George F. ; Dollimore, Jean. ; Kindberg, Tim. ; Blair, Gordon. Harlow, England ; Addison-Wesley c2012
- Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems, Martin Kleppmann, O'Reilly
Late Submission If you need more time, come beg :). Communications usually give a positive outcome. Without warning, you'll lose 5% of your final grade each day overdue.
Missed Quizzes Quizzes are held in class and last approximately 30 minutes. If you are not able to attend and take the quiz at the same time as others, you must let me know in advance. Failure to do this will result in a zero for the quiz you miss.
Do your own work You know the rules. Helping each other out is fine, but design and build your own system. Any unwarrented collaboration will result in a zero grade for the assignment.
Come to class In person or virtually. Most classes contain a lab exercise that builds on the lecture materials and supports the assignments. These are great opportunities to work on problems that deepen and broaden your knowledge.