From c8dc06971c6dab447250bb81cca20836ed5b2772 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 Apr 2018 17:37:39 +0200 Subject: first working version --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..8710e5d --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +#!/usr/bin/node + +module.exports = { + etl: { + participant: [ ['Winner', ['attributes', 'stats', 'winner']] ], + roster: [ ], + match: [ ], + }, + reduce: { + group: ['Actor', 'Talent'], + sum: ['Level', 'Winner'], + }, +}; -- cgit v1.3.1