Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 4e9412c

Browse files
author
Alexandre Bourget
committed
Add stuff to DESIGN.md
1 parent 88934d8 commit 4e9412c

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

DESIGN.md

+29-8
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Could be spread across different instances like so:
1919
* [d] waits for [b] and [c] to complete
2020
* [d] starts processing...
2121

22-
However,
23-
* until it is implemented in firehose through GRPC,
22+
However,
23+
* until it is implemented in firehose through GRPC,
2424
* or if we want to keep it on a single instance
2525
those `--grpc-->` arrows could signify simply a `sseth` command
2626

@@ -78,6 +78,12 @@ Y is the stage (store dependencies)
7878
3 D
7979
4 P'
8080

81+
1 2 3 4
82+
1 D D
83+
2 D D
84+
3 D D
85+
4 P'
86+
8187
1 2 3 4 5
8288
1 D D D D
8389
2 D D D D
@@ -106,8 +112,21 @@ sseth manifest.yaml pairs 1000 -s 0
106112
* IN: NONE
107113
* OUT: pairs-1000.kv
108114

115+
#1-2
116+
sseth manifest.yaml reserves 1000 -s 0
117+
* IN: NONE
118+
* OUT: pairs-1000.kv
119+
* OUT: reserves-1000.kv
120+
121+
#1-3
122+
sseth manifest.yaml prices 1000 -s 0
123+
* IN: NONE
124+
* OUT: pairs-1000.kv
125+
* OUT: reserves-1000.kv
126+
* OUT: prices-1000.kv
127+
109128
#1-5
110-
sseth manifest.yaml database_output 1000 -s STARTBLOCK
129+
sseth manifest.yaml database_output FOREVER -s STARTBLOCK
111130
* IN: NONE
112131
* OUT: pairs-1000.kv
113132
* OUT: reserves-1000.kv
@@ -136,9 +155,9 @@ sseth manifest.yaml prices 1000 -s 1000 --partial
136155

137156
#2-4
138157
sseth manifest.yaml volumes 1000 -s 1000 --partial
139-
* IN: pairs-1000.kv
140-
* IN: reserves-1000.kv
141-
* IN: prices-1000.kv
158+
* IN: pairs-0-1000.kv
159+
* IN: reserves-0-1000.kv
160+
* IN: prices-0-1000.kv
142161
* OUT: volumes-1000-2000.partial
143162

144163
#2-5
@@ -164,8 +183,10 @@ sseth manifest.yaml reserves 1000 -s 2000 --partial
164183

165184
#3-3
166185
sseth manifest.yaml prices 1000 -s 2000 --partial
167-
* IN: pairs-1000.kv + pairs-1000-2000.partial
168-
* IN: reserves-1000.kv + reserves-1000-2000.partial
186+
* IN: pairs-0-1000.kv + pairs-1000-2000.partial
187+
* OR: pairs-0-2000.kv
188+
* OR: pairs-0-10.kv + pairs-10-2000.kv
189+
* IN: reserves-0-1000.kv + reserves-1000-2000.partial
169190
* OUT: prices-2000-3000.partial
170191

171192
#3-4, depends on: #1-1, #1-2, #1-3 (OR #1-5 which includes them all), #2-1, #2-2, #2-3

0 commit comments

Comments
 (0)