fippo / rtcstats-server

Server for https://github.com/fippo/rtcstats
MIT License
38 stars 44 forks source link

allow using gcp instead of aws #299

Closed fippo closed 4 years ago

fippo commented 4 years ago

or hybrid modes like using aws s3 for storage and bigquery for sql

fippo commented 4 years ago

this is the yaml i'm currently using:

gcp:
    bucket:
    dataset: rtcstats
    table: features
    features:
        - date
        - datetime
        - clientidentifier
        - conferenceidentifier
        - peeridentifier
        - clientid
        - connectionid
        - streamid
        - origin
        - pageurl
        - browsername
        - browserversion
        - browsermajorversion
        - browseros
        - sessionduration
        - publicipaddress
        - iceconnectedorcomplete
        - icefailure
juandebravo commented 4 years ago

💯