diff options
| -rw-r--r-- | README | 8 | ||||
| -rw-r--r-- | assets/backend-flow.png | bin | 0 -> 44299 bytes |
2 files changed, 8 insertions, 0 deletions
@@ -8,3 +8,11 @@ ## Updating the data `npm run backend` + +## Overview + + + +The `/matches` endpoint is called in equidistant intervals for a small set of matches. An hour of each set is aggregated and stored in a timestamped json. All timestamped jsons are aggregated and generate the output report json. + +The code was written with [Ramda](https://ramdajs.com) as an excercise in functional programming with JavaScript. diff --git a/assets/backend-flow.png b/assets/backend-flow.png Binary files differnew file mode 100644 index 0000000..67bffa8 --- /dev/null +++ b/assets/backend-flow.png |
