fippo / rtcstats-server

Server for https://github.com/fippo/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/fippo/rtcstats

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.4%Language:Dockerfile 0.2%Language:Makefile 0.2%