add layout

This commit is contained in:
Paul Trowbridge 2019-03-02 23:52:40 -05:00
parent 11d8b2eb00
commit c3c1ac342b

30
route_meta/layout.md Normal file
View File

@ -0,0 +1,30 @@
Functional Isolation Level
```
+------------------+
+------> Application |
| | |
| | 📃 local changes +-+
| | | |
| +------------------+ |
| |
| |
| |
+------------+-------------+ +------v----------------+
|📃 Frozen Snapshot | |📃 persisted changes |
+---------^----------^-----+ +------+----------------+
| | |
| | |
| | |
| | |
| | |
+---------+------+ | +-------v-------+
|🔨 Setup Forecast| +-----------+🔨 materialize |
+--^---------^---+ +-------+-------+
| | |
| | |
+-------------+---+ +--+-----------------+ |
|Main History(OSM)| |Main Foreast(OSMF) <---------+
+-----------------+ +--------------------+
```