This is a repository for tracking StatsBomb data which is divided in three parts: models, statistics and webservices.
Commons: common code for the most of projects of this repository.
Models contains the source code of every model defined in the official specifications (competitions, matches, lineups, events and three-sixty).
The following projects calculate useful statistics for the specific files. Also, they can provide utilities to be referenced by other projects in this repository: CompetitionsStats, MatchesStats, LineupsStats, EventsStats, ThreeSixtyStats.
The following projects are useful for retrieving statistics by REST (Spring Boot technology): CompetitionsRest, MatchesRest, LineupsRest, EventsRest, ThreeSixtyRest.