-
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.
- Loading branch information
1 parent
a8ccfd5
commit f2abb05
Showing
15 changed files
with
126 additions
and
96 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
```plantuml | ||
title | ||
High-level design of "RepoAchiever" | ||
end title | ||
cloud "External environment" { | ||
actor "Client" | ||
actor "Diagnostics" | ||
} | ||
component "Control plane" { | ||
node "API Server" | ||
node "Metrics registry" | ||
cloud " Decentralized environment" { | ||
node "Cluster" | ||
entity "Worker" | ||
} | ||
} | ||
cloud " Third-party environment" { | ||
entity "External service" | ||
} | ||
[Client] <--> [API Server]: " Send requests" | ||
[API Server] <-> [Cluster]: " Schedule content processing" | ||
[Cluster] <--> [Worker]: " Propagate individual requests " | ||
[Worker] <--> [External service]: " Retrieve content" | ||
[API Server] <-- [Metrics registry]: " Retrieve metrics" | ||
[Diagnostics] --> [Metrics registry]: " Scrap metrics" | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,16 @@ | ||
```plantuml | ||
@startwbs | ||
title | ||
Internal storage design of "RepoAchiever" | ||
end title | ||
* Workspace unit | ||
** Repository | ||
*** Raw | ||
**** N-versions | ||
*** Additional(PRs) | ||
**** N-versions | ||
@endwbs | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.