diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:58:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:58:54 +0200 |
| commit | e2f6fd89c18f943969ffa1abf75d5e074152fb4d (patch) | |
| tree | c2c521912688353c6a439f717dd9bf3c81f6c6a3 | |
| parent | 1b980682ec71e9c1997747c440a6ad14e31beaf9 (diff) | |
| download | brokentalents-e2f6fd89c18f943969ffa1abf75d5e074152fb4d.tar.gz brokentalents-e2f6fd89c18f943969ffa1abf75d5e074152fb4d.zip | |
document the backend a lil bit
| -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 |
