This file contains hidden or 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
| # http://www.graphviz.org/content/cluster | |
| digraph G { | |
| subgraph cluster_0 { | |
| label = "Event sourcing roadmap"; | |
| aes [style=filled, color = "palegreen", label = "Align on end state" ] | |
| ap [style=filled, color = "palegreen", label = "Aggregate pattern" ] | |
| qp [style=filled, color = "palegreen", label = "Query pattern"] |
OlderNewer