Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 3437 invoked from network); 10 Aug 2004 17:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Aug 2004 17:35:01 -0000 Received: (qmail 59474 invoked by uid 500); 10 Aug 2004 17:35:00 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 59351 invoked by uid 500); 10 Aug 2004 17:35:00 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 59338 invoked by uid 99); 10 Aug 2004 17:34:59 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 10 Aug 2004 10:34:59 -0700 Received: (qmail 3354 invoked from network); 10 Aug 2004 17:34:58 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 10 Aug 2004 17:34:58 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: general@gump.apache.org To: general@gump.apache.org Subject: =?iso-8859-1?q?=5BGump_Wiki=5D_New=3A__GumpDatabase?= Date: Tue, 10 Aug 2004 17:34:58 -0000 Message-ID: <20040810173458.3350.94204@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-08-10T10:34:58 Editor: AdamJack 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 d= ata 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 suppo= rt them) and MySQL databases. =3D=3D Simple Statistics =3D=3D Gump stores simple 'running counter' type statistics for each GumpEntity. T= hese 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 =3D=3D Historical Information =3D=3D If a MySQL database is available Gump uses it with the following ["GumpData= base/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 =3D=3D=3D Possible extras =3D=3D=3D * Number of outputs * Total size of outputs * Numbers (including totals) of dependees/dependencies =20 --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org