Skip to content

Commit

Permalink
feat(aws-q3-2022): refresh the package
Browse files Browse the repository at this point in the history
  • Loading branch information
package_builder committed Nov 5, 2022
1 parent a478d00 commit f296c4b
Show file tree
Hide file tree
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.
3 changes: 2 additions & 1 deletion distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## Packages

The library provides 12 packages.
The library provides 13 packages.

- [aws-q2-2022](aws-q2-2022/README.md)
- [aws-q3-2022](aws-q3-2022/README.md)
- [azure-6](azure-6/README.md)
- [c4model](c4model/README.md)
- [c4nord](c4nord/README.md)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.md
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 distribution/aws-q3-2022/Architecture/Analytics/AmazonAthena.puml
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading

0 comments on commit f296c4b

Please sign in to comment.