mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
WISOTT Rendered: https://github.com/temporalio/temporal/blob/stephanos/chasm-graph/docs/architecture/chasm.md
28 lines
439 B
Plaintext
28 lines
439 B
Plaintext
# https://d2lang.com
|
|
# Generate SVG by running `make` inside of `docs/`.
|
|
|
|
vars: {
|
|
d2-config: {
|
|
layout-engine: dagre
|
|
}
|
|
}
|
|
|
|
*.style.bold: true
|
|
|
|
Registry
|
|
|
|
ASM: {
|
|
Library
|
|
"Component Types"
|
|
Tasks
|
|
Fields
|
|
"Search Attributes"
|
|
|
|
Library -> "Component Types": "1:n"
|
|
Library -> Tasks: "1:n"
|
|
"Component Types" -> Fields: "1:n"
|
|
"Component Types" -> "Search Attributes": "0:n"
|
|
}
|
|
|
|
Registry -> ASM.Library: "1:n"
|