dezoy / rtcstats-server

Server for https://github.com/lifeonairteam/rtcstats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtcstats-server

server for https://github.com/opentok/rtcstats

Load errors

select starttime, colname, col_length, type, err_reason
    from stl_load_errors
    order by starttime desc;

views on recent data

create or replace view recent as select * from features_new order by date desc limit 100000;

Sample queries

The queries directory contains nodejs script that will connect to redshift, run a large number of queries and output a HTML file to stdout.

Extracting features from a local dump file

  1. Move the dump file to the temp folder
  2. Run node extract name-of-the-file

About

Server for https://github.com/lifeonairteam/rtcstats

License:MIT License


Languages

Language:JavaScript 78.8%Language:PHP 16.9%Language:PLpgSQL 4.1%Language:Dockerfile 0.1%Language:Shell 0.0%