-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
domain specific indices and glossaries init
Signed-off-by: Raj Patil <rajp152k@gmail.com>
- Loading branch information
Showing
10 changed files
with
79 additions
and
20 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:PROPERTIES: | ||
:ID: d4fe54f3-65c0-4a8a-9075-242ce475e706 | ||
:END: | ||
#+title: EdgeRank | ||
#+filetags: :algo:cs: | ||
|
||
* Resources | ||
- https://en.wikipedia.org/wiki/EdgeRank |
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,17 @@ | ||
:PROPERTIES: | ||
:ID: 1c70d2a6-8296-41aa-9148-08f52f62a5cb | ||
:END: | ||
#+title: AlgoIndex | ||
#+filetags: :idx:algo: | ||
|
||
Index into algorithms with a brief description of what they achieve | ||
|
||
* Corp Specific | ||
|
||
| Algorithm | Desc | | ||
|-----------+-------------------------------------| | ||
| [[id:d4fe54f3-65c0-4a8a-9075-242ce475e706][EdgeRank]] | Facebook's NewsFeed Aggregation | | ||
| [[id:514705de-abe8-4781-9c51-03c318bbe077][PageRank]] | Google's Web Page Ranker for Search | | ||
|
||
* Domain Specific | ||
* Generic Large Scale |
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,8 @@ | ||
:PROPERTIES: | ||
:ID: 514705de-abe8-4781-9c51-03c318bbe077 | ||
:END: | ||
#+title: PageRank | ||
#+filetags: :cs:algo: | ||
|
||
* Resources | ||
- https://en.wikipedia.org/wiki/PageRank |
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,17 @@ | ||
:PROPERTIES: | ||
:ID: 53f365ac-8ee6-48d9-8847-f56ef3681891 | ||
:END: | ||
#+title: System Design Index | ||
#+filetags: :idx:cs: | ||
|
||
Index into system design aspects with brief descriptions about their significance | ||
|
||
| Component | Description | | ||
|--------------------------+--------------------------------| | ||
| [[id:c8a3e246-0f29-4909-ab48-0d34802451d5][Caching]] | Industrial [[id:1bdc93aa-b564-4520-8590-c1ffcb026f55][Memoization]] | | ||
| [[id:20240101T082700.953774][Content Delivery Network]] | decoupled media delivery | | ||
| [[id:8cd19397-b5e5-40b6-a172-456c34985a11][Database Replication]] | scale databases | | ||
| [[id:4734b127-65f4-4da5-939c-7886e2aa3c7e][Disaster Recovery]] | [[id:873f2b2e-5bc3-480e-bd42-42af349a49af][BCP]] for CS | | ||
| [[id:0d7c2dea-a250-4380-b826-ad4d2547d8d6][Load Balancing]] | distribute load across servers | | ||
| [[id:1073cfed-a09d-48b6-bd52-ba09708699bf][Message Brokers]] | Reliable coms for Services | | ||
| [[id:3913909e-2b8d-465c-8303-5c634bd08f57][Observability]] stack | logs, metrics,... | |
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,8 @@ | ||
:PROPERTIES: | ||
:ID: 7d86f493-37aa-4ea9-bc1f-2db159b1f02d | ||
:ROAM_ALIASES: "Data Structure Index" | ||
:END: | ||
#+title: DSIndex | ||
#+filetags: :idx: | ||
|
||
Index into data structures of varying complexities and brief descriptions about their core aspects |
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