-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws-q3-2022): refresh the package
- Loading branch information
package_builder
committed
Nov 5, 2022
1 parent
a478d00
commit f296c4b
Showing
10,104 changed files
with
244,548 additions
and
1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Binary file added
BIN
+6.74 KB
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.Local.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthena | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthena('AmazonAthena', 'Amazon Athena', 'an optional tech label', 'an optional description') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.Remote.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthena | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthena('AmazonAthena', 'Amazon Athena', 'an optional tech label', 'an optional description') | ||
@enduml |
157 changes: 157 additions & 0 deletions
157
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.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,157 @@ | ||
# AmazonAthena | ||
|
||
|
||
```text | ||
aws-q3-2022/Architecture/Analytics/AmazonAthena | ||
``` | ||
|
||
```text | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
``` | ||
|
||
|
||
|
||
| Illustration | AmazonAthena | AmazonAthenaCard | AmazonAthenaGroup | | ||
| :---: | :---: | :---: | :---: | | ||
| ![illustration for Illustration](../../../aws-q3-2022/Architecture/Analytics/AmazonAthena.png) | ![illustration for AmazonAthena](../../../aws-q3-2022/Architecture/Analytics/AmazonAthena.Local.png) | ![illustration for AmazonAthenaCard](../../../aws-q3-2022/Architecture/Analytics/AmazonAthenaCard.Local.png) | ![illustration for AmazonAthenaGroup](../../../aws-q3-2022/Architecture/Analytics/AmazonAthenaGroup.Local.png) | | ||
|
||
|
||
|
||
|
||
## AmazonAthena | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthena | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthena('AmazonAthena', 'Amazon Athena', 'an optional tech label', 'an optional description') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthena | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthena('AmazonAthena', 'Amazon Athena', 'an optional tech label', 'an optional description') | ||
@enduml | ||
``` | ||
|
||
## AmazonAthenaCard | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthenaCard | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthenaCard('AmazonAthenaCard', 'Amazon Athena Card', 'an optional description') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthenaCard | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthenaCard('AmazonAthenaCard', 'Amazon Athena Card', 'an optional description') | ||
@enduml | ||
``` | ||
|
||
## AmazonAthenaGroup | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthenaGroup | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthenaGroup('AmazonAthenaGroup', 'Amazon Athena Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
' loads the Item which embeds the element AmazonAthenaGroup | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
' renders the element | ||
AmazonAthenaGroup('AmazonAthenaGroup', 'Amazon Athena Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.puml
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,27 @@ | ||
' definition of the Item aws-q3-2022/Architecture/Analytics/AmazonAthena | ||
|
||
sprite $AmazonAthenaXs [10x10/16z] FOl70S0W4CFe8Dt-ywO7Vzo1TMDEjXIeernIgP3JhH8byMJBzcn3YrVBYf2-CeMufCyjVia9 | ||
|
||
sprite $AmazonAthenaSm [12x12/16z] JOg54GD020Jd1Ow5_liD8ReZfpGnIFo5fB4x8HFNshx7Px1NcAPVXEu-qvy4FNtrHtu9YAf4PuSjg0xPLsTJ4nfr_mtm | ||
|
||
sprite $AmazonAthenaMd [16x16/16z] { | ||
NSg54G1134BHZH9o_TTxxep-Dt1RdGF0OpVq3xgtq7K7z0gPfkgHLuSIeFZPvHmHezBt9gIbR53r_5ihAJGxkWaCGG1aJMjBEcaOHNBQGBCgXLvRRz1LgzBM | ||
tk2Swj4tSEqVB | ||
} | ||
|
||
sprite $AmazonAthenaLg [20x20/16z] { | ||
NSwt0GH120H1n2x3yFd7Uu8_tMPPpIwli4L-z6i7rcd0XTL8SOJQWRLZZ0tCKYyhkWUt578R9couKYDE4s6OY7Ac7-Ok1K0j0Jkiqek3D0RzieYIEOs683D_ | ||
EmxhJqrXsuunGzqj3SwjNoDbCasLiBR68h8gDupT6eyeZiq-IBPziUsBAm | ||
} | ||
|
||
!procedure AmazonAthena($id, $name="", $tech="", $desc="") | ||
IconElement($id, 'IconElement', 'aws-q3-2022/Architecture/Analytics/AmazonAthena', $name, $tech, $desc) | ||
!endprocedure | ||
|
||
!procedure AmazonAthenaCard($id, $funcName="", $content="") | ||
IconCardElement($id, 'IconCardElement', '<$AmazonAthenaLg>', 'Analytics', $funcName, $content) | ||
!endprocedure | ||
|
||
!procedure AmazonAthenaGroup($id, $name='Amazon Athena', $tech='') | ||
IconGroupElement($id, 'AnalyticsFamily', '<$AmazonAthenaLg>', $name, $tech) | ||
!endprocedure |
Binary file added
BIN
+5.57 KB
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaCard.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaCard.Local.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthenaCard | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthenaCard('AmazonAthenaCard', 'Amazon Athena Card', 'an optional description') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaCard.Remote.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthenaCard | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthenaCard('AmazonAthenaCard', 'Amazon Athena Card', 'an optional description') | ||
@enduml |
Binary file added
BIN
+5.68 KB
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaGroup.Local.puml
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,21 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthenaGroup | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthenaGroup('AmazonAthenaGroup', 'Amazon Athena Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
20 changes: 20 additions & 0 deletions
20
distribution/aws-q3-2022/Architecture/Analytics/AmazonAthenaGroup.Remote.puml
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,20 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonAthenaGroup | ||
include('aws-q3-2022/Architecture/Analytics/AmazonAthena') | ||
|
||
' renders the element | ||
AmazonAthenaGroup('AmazonAthenaGroup', 'Amazon Athena Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Binary file added
BIN
+7.14 KB
distribution/aws-q3-2022/Architecture/Analytics/AmazonCloudSearch.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/aws-q3-2022/Architecture/Analytics/AmazonCloudSearch.Local.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonCloudSearch | ||
include('aws-q3-2022/Architecture/Analytics/AmazonCloudSearch') | ||
|
||
' renders the element | ||
AmazonCloudSearch('AmazonCloudSearch', 'Amazon Cloud Search', 'an optional tech label', 'an optional description') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/aws-q3-2022/Architecture/Analytics/AmazonCloudSearch.Remote.puml
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 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('aws-q3-2022/bootstrap') | ||
|
||
' loads the Item which embeds the element AmazonCloudSearch | ||
include('aws-q3-2022/Architecture/Analytics/AmazonCloudSearch') | ||
|
||
' renders the element | ||
AmazonCloudSearch('AmazonCloudSearch', 'Amazon Cloud Search', 'an optional tech label', 'an optional description') | ||
@enduml |
Oops, something went wrong.