summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
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'],
+ },
+};