Chapter 26
Dropbox / Drive
Design a file-sync service: chunking, delta sync, and conflict resolution across multiple devices.
What You'll Learn in This Chapter:
- ✦Block-level file chunking algorithms
- ✦Metadata database synchronization
- ✦Delta synchronization protocol
- ✦Offline editing conflict resolution