Gump generates data about the state of interactions of OSS projects, this data is the real work product of Gump (not the output artifacts stored in it's repositories).

Gump interacts with DBM databases (except on M$ where Python does not support them) and MySQL databases.

Simple Statistics

Gump stores simple 'running counter' type statistics for each GumpEntity. These records have the following form:

If no MySQL database is available Gump uses DBM for these

Historical Information

If a MySQL database is available Gump uses it with the following GumpDatabase Schema.

On a per GumpEntity basis Gump stores run information:

these two (above) constitute the primary key

Possible extras