forecast_api/route_meta/layout.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

2019-03-02 23:52:40 -05:00
Functional Isolation Level
```
+------------------+
+------> Application |
| | |
| | 📃 local changes +-+
| | | |
| +------------------+ |
| |
| |
| |
+------------+-------------+ +------v----------------+
|📃 Frozen Snapshot | |📃 persisted changes |
+---------^----------^-----+ +------+----------------+
| | |
| | |
| | |
| | |
| | |
+---------+------+ | +-------v-------+
|🔨 Setup Forecast| +-----------+🔨 materialize |
+--^---------^---+ +-------+-------+
| | |
| | |
+-------------+---+ +--+-----------------+ |
|Main History(OSM)| |Main Foreast(OSMF) <---------+
+-----------------+ +--------------------+
```