From c3c1ac342b925b24d263138ee3160c343e615354 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 2 Mar 2019 23:52:40 -0500 Subject: [PATCH] add layout --- route_meta/layout.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 route_meta/layout.md diff --git a/route_meta/layout.md b/route_meta/layout.md new file mode 100644 index 0000000..2a0138f --- /dev/null +++ b/route_meta/layout.md @@ -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) <---------+ ++-----------------+ +--------------------+ + +``` \ No newline at end of file