Commit e686b3c
committed
[fl] feat: add support for writing filonov results to tables
* Add support for writing filonov results to files / tables
* Add GenerateDashboardRequest to handle writing; rename
CreativeMapGenerateRequest to GenerateCreativeMapRequest and extract
common functionality between two into BaseRequest class
* Update CLI to have two new flags - output (either `map` or
`dashboard`) and `writer` (to handle writing dashboard sources); parse
writer parameters from CLI as well.
* Update server to handle dashboard generation and unify structure of
routes (`/filonov/<OUTPUT>/<SOURCE_TYPE>`)
* Server entrypoint updates:
* Add support for enabling cache via `FILONOV_ENABLE_CACHE` env variable
* Add `dbm` source
* Add support for specifying port
* Update and simplify documentation
Change-Id: I93d8ff2fd8d8da7b1e70692f39c8ae4a39f4d3a21 parent 260e910 commit e686b3c
File tree
13 files changed
+1136
-562
lines changed- docs/get-started
- libs/filonov
- filonov
- entrypoints
- tests
- end-to-end
- unit
- entrypoints
13 files changed
+1136
-562
lines changedLarge diffs are not rendered by default.
Loading
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
39 | 59 | | |
40 | 60 | | |
41 | 61 | | |
| |||
64 | 84 | | |
65 | 85 | | |
66 | 86 | | |
67 | | - | |
68 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
69 | 90 | | |
70 | | - | |
71 | | - | |
| 91 | + | |
72 | 92 | | |
73 | | - | |
| 93 | + | |
| 94 | + | |
74 | 95 | | |
75 | 96 | | |
76 | 97 | | |
| |||
143 | 164 | | |
144 | 165 | | |
145 | 166 | | |
146 | | - | |
| 167 | + | |
147 | 168 | | |
148 | 169 | | |
149 | 170 | | |
| |||
179 | 200 | | |
180 | 201 | | |
181 | 202 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
201 | 214 | | |
202 | 215 | | |
203 | 216 | | |
204 | | - | |
205 | | - | |
206 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
207 | 240 | | |
208 | | - | |
209 | 241 | | |
210 | 242 | | |
211 | 243 | | |
| |||
0 commit comments