Back to All 55 System Design Questions
#37Easy

Create a Document Management System like Wikipedia, Notion or Google Docs

Asked by:GoogleFlipkartNotionAmazon

Recommended Solutions from the Web

Key Details & Edge Cases You Should Know

Note: this question is without real-time editing.

How will you store each document? What will the URLs look like?

How will you do versioning? This is like Git for documents.

How will you restore or view any version with one click?

how will you minimize the storage used between versions, aka, how will you store diffs?