Skip to content

MSWS/JavaStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaStats

An automated statistic generator for EdgeGamer's GameTracker servers.

Currently hosted here, with the first thread here.

Implementation

Originally built with Heroku and Spring, JavaStats scrapes GameTracker's websites and saves the data. Supported storage methods are flatfile and AWS (permissions set via env variables).

DataSnapshots

Exactly what the name implies. Important to note that modifications to the DataSnapshot class will affect all previous and future snapshot structures (due to how they are parsed/saved).