Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Designing Features for Mature Systems - Lessons Learned from Manta
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Manta 101: Features
- 3 Manta 101: API operations
- 4 Manta 101: System Primitives
- 5 Manta 101: Design Constraints
- 6 Manta Design: Data Path
- 7 Manta Design: Compute
- 8 Multipart Uploads!
- 9 Multipart Uploads: First Principles
- 10 Multipart Uploads: Design Questions
- 11 Multipart Uploads: Design Considerations
- 12 Example MPU Structure
- 13 Multipart Upload Design: Commits
- 14 Commit: Storage Layer Implementation
- 15 Multipart Upload Commits: Idempotency
- 16 MPU State Machine
- 17 Commits: Final Steps
- 18 Concurrency in other MPU operations
- 19 Revisiting Design Constraints
- 20 Working with Design Constraints
- 21 Tradeoffs in Design
- 22 Final Thoughts