Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

fippo/rtcstats-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

548 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained. See here for the current version.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages