-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Meta/checklist-documenting-medium-scale-system-architecture.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Checklist for documenting a medium to large scale system architecture | ||
|
||
**_Posted on 03 Feb, 2024_** | ||
|
||
Some items that can help you document a undocumented legacy system. | ||
|
||
- [ ] Identify common points of failure in the architecture. | ||
- [ ] Identify uptime maintained in the last year (in 9s). | ||
- [ ] Identify maintainer/dev team size. | ||
- [ ] Identify specific version numbers of SDKs, APIs and packages used. | ||
- [ ] Identify if updating SDKs can break the system. | ||
- [ ] Get entire server inventory list with os details. | ||
- [ ] Create documentation for the deployment strategies. | ||
- [ ] Create as many flowcharts/visual representations of the modules as possible. Way more than textual documents. | ||
- [ ] Make notes. Make lots of notes. Don't discard/delete anything. When you are actually documenting things, make sure all the notes you have made are checked for inclusion. | ||
|
||
## Acknowledgements | ||
|
||
- Big thanks to folks on `developersIndia` and `The Engineerin Org` discord for their inputs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"count": 145 | ||
"count": 146 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters