Skip to content

Commit

Permalink
tweakage
Browse files Browse the repository at this point in the history
  • Loading branch information
RasonJ committed Apr 20, 2024
1 parent 8490804 commit f4d9a41
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions documentation/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@
*Note:* We break out the roles of "search" and "Ubi logging" here, but many implementations will likely use the same OpenSearch client instance for both roles of searching and index writing.

```mermaid
graph TB
graph LR
style L fill:none
subgraph L["`*Legend*`"]
subgraph ss[Standard Search]
direction LR
style ln1a fill:blue
ln1a[ ]--->ln1b[ ];
end
subgraph Ubi flow
subgraph Ubi data flow
direction LR
ln2a[ ].->|new|ln2b[ ];
ln2a[ ].->|Ubi interaction|ln2b[ ];
style ln1c fill:red
ln1c[ ]-->|query_id|ln1d[ ];
ln1c[ ]-->|query_id passing|ln1d[ ];
end
end
linkStyle 0 stroke-width:2px,stroke:#0A1CCF
linkStyle 2 stroke-width:2px,stroke:red
```

Expand Down

0 comments on commit f4d9a41

Please sign in to comment.