Analytics tweaks

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-05-07 11:10:29 -07:00
parent 3689c12667
commit 39a1aa2f6f
4 changed files with 58 additions and 3 deletions

View File

@@ -4,9 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"sync": "aws s3 sync s3://gdbible-analytics/RAW ./RAW",
"empty": "aws s3 rm s3://gdbible-analytics/RAW --recursive",
"combine": "find RAW -name '*.gz' -exec cat '{}' ';'| zcat | sed '/^#/ d' > combined.log"
"combine": "find RAW_ -name '*.gz' -exec cat '{}' ';' > combined.log"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"license": "MIT",
@@ -15,6 +16,7 @@
"date-fns": "~2.9.0",
"glob-stream": "~6.1.0",
"named-placeholders": "~1.1.2",
"readable-stream": "~3.6.0",
"split2": "~3.2.2",
"sqlite": "~4.0.19",
"sqlite3": "~5.0.2",