Skip to content

Commit

Permalink
fix: remove color
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz1803 committed Aug 22, 2022
1 parent 1462a71 commit 135f05e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ QG->>I: return qXEdges
I->>I: Inferred Mode: create <br/> templated queries
rect rgb(47, 71, 145)
loop Executing with Edge Manager
I->>I: while there are unexecuted qXEdges, <br/> get next qXEdge
I->>BEQ: BatchEdgeQueryHandler()
BEQ->>BEQ: NodesUpdateHandler(): get equivalent IDs
BEQ->>BEQ: cacheHandler(): fetch cached records
rect rgb(127, 44, 171)
alt if there are uncached qXEdges
BEQ->>Q2A: QEdge2APIEdgeHandler()
Q2A->>Q2A: convert qXEdges into API calls by using <br/> metaKG to get metaEdges for qXEdge
Expand All @@ -57,7 +55,6 @@ BEQ->>C: query()
C->>C: make API calls in batches <br/> and merge results
C->>BEQ: return records from APIs
end
end
BEQ->>BEQ: cacheHandler(): cache result records
note right of BEQ: record - A single unit of transformed <br/> data from a sub-query response
Expand All @@ -67,7 +64,6 @@ BEQ->>I: return records
I->>I: Store records/update edge manager
I->>I: Mark Edge as Executed
end
end
I->>R: trapiResultsAssembler
R->>R: assemble and convert records into <br/> final return results
Expand Down

0 comments on commit 135f05e

Please sign in to comment.