mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-10-18 09:42:52 +03:00
Add pandoc for PDF creation and GitHub Actions for auto-generation
This commit is contained in:
@@ -64,7 +64,7 @@ Handy conversion guide:
|
||||
|
||||
> Outline a high level design with all important components.
|
||||
|
||||

|
||||

|
||||
|
||||
## Step 3: Design core components
|
||||
|
||||
@@ -139,7 +139,7 @@ Add a **DNS** such as Route 53 to map the domain to the instance's public IP.
|
||||
|
||||
### Users+
|
||||
|
||||

|
||||

|
||||
|
||||
#### Assumptions
|
||||
|
||||
@@ -191,7 +191,7 @@ We've been able to address these issues with **Vertical Scaling** so far. Unfor
|
||||
|
||||
### Users++
|
||||
|
||||

|
||||

|
||||
|
||||
#### Assumptions
|
||||
|
||||
@@ -220,7 +220,7 @@ Our **Benchmarks/Load Tests** and **Profiling** show that our single **Web Serve
|
||||
|
||||
### Users+++
|
||||
|
||||

|
||||

|
||||
|
||||
**Note:** **Internal Load Balancers** not shown to reduce clutter
|
||||
|
||||
@@ -258,7 +258,7 @@ Our **Benchmarks/Load Tests** and **Profiling** show that we are read-heavy (100
|
||||
|
||||
### Users++++
|
||||
|
||||

|
||||

|
||||
|
||||
#### Assumptions
|
||||
|
||||
@@ -297,7 +297,7 @@ Our **Benchmarks/Load Tests** and **Profiling** show that our traffic spikes dur
|
||||
|
||||
### Users+++++
|
||||
|
||||

|
||||

|
||||
|
||||
**Note:** **Autoscaling** groups not shown to reduce clutter
|
||||
|
||||
|
Reference in New Issue
Block a user