1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Working on analytics parsing

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-02 08:09:00 -08:00
parent 3f6077eb18
commit 98323f3316
8 changed files with 1656 additions and 51 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"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"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
@@ -12,7 +13,12 @@
"dependencies": {
"cloudfront-log-parser": "~1.1.0",
"date-fns": "~2.9.0",
"glob-stream": "~6.1.0",
"named-placeholders": "~1.1.2",
"split2": "~3.2.2",
"sqlite": "~4.0.19",
"sqlite3": "~5.0.2",
"stream-chain": "~2.2.4",
"through2": "~4.0.2",
"ua-parser-js": "~0.7.21"
},