Skip to content

Just a simple ETL service based on Luigi, orrchestrated by Kubernetes.

Notifications You must be signed in to change notification settings

debellotti/gigi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gigi

Just a simple ETL service based on Luigi, orrchestrated by Kubernetes.

Examples

Set plantuml:{filename} as a fence information. filename is used as the file name of generated diagrams. In the following case, md-sample-sequence.svg is created. filename is required.

@startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
collections Foo6
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
Foo1 -> Foo6 : To collections
@enduml

@startuml can be omitted. This action complements @startuml and @enduml.

Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10

You can also use diagrams other than uml. See https://plantuml.com/ to confirm what kind of diagrams you can use.

@startmindmap
* Debian
** Ubuntu
*** Linux Mint
*** Kubuntu
*** Lubuntu
*** KDE Neon
** LMDE
** SolydXK
** SteamOS
** Raspbian with a very long name
*** <s>Raspmbc</s> => OSMC
*** <s>Raspyfi</s> => Volumio
@endmindmap

Note that this action generates svg data. you can specify only svg supported diagrams. For instance, ditaa is not supported.

You can include diagram type in a fence information with format plantuml@{type}:{filename}. In this case, this action complements @startgantt and @endgantt.

[Prototype design] lasts 15 days
[Test prototype] lasts 10 days

About

Just a simple ETL service based on Luigi, orrchestrated by Kubernetes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published