ssbc / ssb-usage-stats

Generate statistics about network use (number of users, growth, retention, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage Stats

Scripts to generate network usage.

node index.js {active-timespans|active-weekly|lifespans}
  active-timespans: number of active users, for a set of past time intervals
  active-weekly: number of active users, per week
  lifespans: how long users are staying active (retention)

The helper script, dump.sh, will run each script and write to a .json. You can then host the folder and open index.html to see a visualization of the data.

screenshot.png

About

Generate statistics about network use (number of users, growth, retention, etc)


Languages

Language:JavaScript 90.0%Language:HTML 9.8%Language:Shell 0.2%