Bigtable

gcp/Item/Bigtable
include('gcp/Item/Bigtable')
Illustration Bigtable BigtableCard BigtableGroup
illustration for Illustration illustration for Bigtable illustration for BigtableCard illustration for BigtableGroup

Sprites

The item provides the following sriptes:

  • <$BigtableXs>
  • <$BigtableSm>
  • <$BigtableMd>
  • <$BigtableLg>

Bigtable

Load remotely

@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('gcp/bootstrap')

' loads the Item which embeds the element Bigtable
include('gcp/Item/Bigtable')

' renders the element
Bigtable('Bigtable', 'Bigtable', 'an optional tech label', 'an optional description')
@enduml

Load locally

@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('gcp/bootstrap')

' loads the Item which embeds the element Bigtable
include('gcp/Item/Bigtable')

' renders the element
Bigtable('Bigtable', 'Bigtable', 'an optional tech label', 'an optional description')
@enduml

BigtableCard

Load remotely

@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('gcp/bootstrap')

' loads the Item which embeds the element BigtableCard
include('gcp/Item/Bigtable')

' renders the element
BigtableCard('BigtableCard', 'Bigtable Card', 'an optional description')
@enduml

Load locally

@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('gcp/bootstrap')

' loads the Item which embeds the element BigtableCard
include('gcp/Item/Bigtable')

' renders the element
BigtableCard('BigtableCard', 'Bigtable Card', 'an optional description')
@enduml

BigtableGroup

Load remotely

@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('gcp/bootstrap')

' loads the Item which embeds the element BigtableGroup
include('gcp/Item/Bigtable')

' renders the element
BigtableGroup('BigtableGroup', 'Bigtable Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@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('gcp/bootstrap')

' loads the Item which embeds the element BigtableGroup
include('gcp/Item/Bigtable')

' renders the element
BigtableGroup('BigtableGroup', 'Bigtable Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml