You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ge...@gump.apache.org on 2004/08/10 19:34:58 UTC

[Gump Wiki] New: GumpDatabase

   Date: 2004-08-10T10:34:58
   Editor: AdamJack <aj...@apache.org>
   Wiki: Gump Wiki
   Page: GumpDatabase
   URL: http://wiki.apache.org/gump/GumpDatabase

   no comment

New Page:

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:

 * Name
 * Successes
 * Failures
 * Prereqs (not done due to pre-requisite failures)
 * datetime of first (success)
 * datetime of last (success) .. i.e. latest.
 * current state (e.g. success)
 * previous state
 * datetime of start of this state
 * sequence (in runs) in this state

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:

 * The run GUID
 * The GumpEntity name

'''these two (above) constitute the primary key'''

 * The state
 * The reason code
 * The cause (which other GumpEntity caised grief) 

 * Start datetime
 * End datetime

=== Possible extras ===

 * Number of outputs
 * Total size of outputs
 * Numbers (including totals) of dependees/dependencies
 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org