Design of Google Docs
We'll cover the following...
We'll cover the following...
Design
We will design the system in two steps: first, selecting the components, and second, defining the workflow to meet the functional requirements.
Components
The design utilizes the following components:
API gateway: Intercepts and routes client requests. It handles authentication, rate limiting, and directs edit requests, comments, and notifications to the appropriate services. It can also serve cached responses ...