summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-04-28 17:37:39 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-05-05 12:11:38 +0200
commitc8dc06971c6dab447250bb81cca20836ed5b2772 (patch)
tree0a1fc039c29fd4052afd7ff828d9ae3e76fd7bbc /config.js
downloadbrokentalents-c8dc06971c6dab447250bb81cca20836ed5b2772.tar.gz
brokentalents-c8dc06971c6dab447250bb81cca20836ed5b2772.zip
first working version
Diffstat (limited to 'config.js')
-rw-r--r--config.js13
1 files changed, 13 insertions, 0 deletions
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'],
+ },
+};