Skip to content

Commit

Permalink
Fix size and overflow of image
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Sep 9, 2024
1 parent 1c06d6d commit c75a14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ system. A broader view of the system includes three layers:
- The *View Layer*, and;
- The *Analytics Layer*.

<img src="layers.svg" alt="High-level diagram of layers" style="float: none; width: 700px"/>
<img src="layers.svg" alt="High-level diagram of layers" style="float: none; width: 100%"/>

**Figure 1: High-level diagram of layers**

Expand Down Expand Up @@ -224,7 +224,7 @@ You can imagine the ETL pipeline from FHIR Bulk export ndjson files transformed
In that case the view can be a real database view or table. In-database runner could be way more efficient than in-memory
,speed and storage resources but much more complex for implementers.

![image](viewdef-runners.jpeg)
<img src="viewdef-runners.jpeg" alt="Diagram comparing in-memory and in-database runners" style="float: none; width: 700px">


#### The Analytics Layer
Expand Down

0 comments on commit c75a14b

Please sign in to comment.