1 / 18

The AMI Database Project

The AMI Database Project. Atlas Data Challenge Bookkeeping, and the Tag Collector, a new tool for Release Management. Solveig Albrand, Johann Collot, Jerôme Fulachier. First Steps.

ossie
Télécharger la présentation

The AMI Database Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The AMI Database Project Atlas Data Challenge Bookkeeping, and the Tag Collector, a new tool for Release Management. Solveig Albrand,Johann Collot,Jerôme Fulachier S.A. CHEP03

  2. First Steps • The AMI project started in the spring of 2000. The first realization was an electronic notebook for Atlas LAr testbeam runs. • Soon, we had other requests for other database projects:  Needed to reuse software, and to make databases “self describing” so they can be used in a generic way. The AMI web site is at http://larbookkeeping.in2p3.fr/AMI (has a PDF version of this presentation) S.A. CHEP03

  3. Some Design Principles • Use an RDBMS. • Use many RDBMS. • Be generic. • Distribute geographically • Manage long term projects (schema evolution) • Place emphasis on user interfaces. SQL and Java were chosen S.A. CHEP03

  4. AMI Architecture S.A. CHEP03

  5. The Deployment of AMI on Several Servers. • Connections pass through a router database. • This enables selection of the correct server, jdbc driver, and database for access to the data. • The databases contain their own description.(Entities, relations, and meta – information and behaviour. S.A. CHEP03

  6. Bookkeeping Database AMI Router Database AMI project,process… references 1 * AMI DB Loader AMI Router Loader AMI tables AMI tables AMI router tables BKK tables BKK JDBC The Indirect Database Connection Mechanism S.A. CHEP03

  7. Current Status • Used by ~6 projects. • In particular for the Atlas Data Challenge 1, for the “Application Meta Data” alias Production Bookkeeping. (> 50 000 files)(Physics logical file name) Does not deal with physical locations or replication. Atlas uses Magda for this function. • Available interfaces: Java, Command line, Web, (C++ prototype) S.A. CHEP03

  8. Instances of the “element” object DatabaseSpecific Objects Generic Objects Database Schema Overview S.A. CHEP03

  9. S.A. CHEP03

  10. S.A. CHEP03

  11. Future Plans for AMI/ Atlas Bookkeeping • Replication at several sites. (Atlas DB group) • Build tools to manage AMI databases. • Introduce WEB SERVICES • GRID Integration, certificate authorisation (Spitfire) • Communication with MAGDA (talk tomorrow Wensheng Deng) • Build application specific tools especially for Atlas Bookkeeping.(Production Managers, more features for physicists) S.A. CHEP03

  12. Tag Collector • A database based application for release management. • AMI compliant (but uses PHP). • Sits on top of CVS, and CMT (our configuration management tool) • In use since September 2001. Some History… S.A. CHEP03

  13. Atlas Release Approaches Anarchy! I goofed with the tag for the External/GaudiInterface package for release 2.0.1. It won't affect the SRT release, but it will affect attempts to build the CMT release. I had forgotten (and I suspect I won't be the last one to do this) that CMT has a very formal response when the major version ID increases (I changed from 01-02-07 to 02-00-00). It takes it to mean that the new version is incompatible with the earlier one, and that packages that depend upon this package will essentially break. At the very least they should change their dependency on this package from something like: use GaudiInterface-01-* External to use GaudiInterface-02-* External I mindlessly chose 02-00-00 without thinking about this implication. In order to be backwards compatible I have created a new tag for External/GaudiInterface GaudiInterface-01-03-00 The code is identical to that of 02-00-00. But this version of the package should be used for any CMT release build, be it 2.0.1, 2.0.2 or 2.1.0. Sorry about that. Sigh... David OK, I've moved Reconstruction-01-03-01 on egammaRec-00-00-03 and on Reconstruction /ChangeLog. Sorry about that David On Thu, 18 Jan 2001 09:13:02 -0500 (EST) "S. Rajagopalan" <srinir@bnl.gov> wrote: > > > Hi - The tag for egammaRec should be egammaRec-00-00-03, not "02". > Please pick up the correct tags for this release. Thanks. srini > > On Thu, 18 Jan 2001, David Rousseau wrote: > > Hello Maya > > Please include Reconstruction-01-03-01 in the release (details below) > > Cheers > > David > > * egammaRec-00-00-02 > > - add _load and _entries files > > - update to CBNT ntuple Dear All, Many thanks to those of you who responded to the mail about missing tags. There are still some problems - mainly incomplete tags. Such accidents are inevitable if the same 2-3 people tag most of the packages for practically every release and if one person (myself) has to collect and sort out a large number of (sometimes incomplete or conflicting) tags. This has to stop. S.A. CHEP03

  14. S.A. CHEP03

  15. Enforce some control! • Forbid anarchic tagging. (which packages are tagged, and when, respect the hierarchy) • Reduce developer error. Tag selection and CMT requirements files. • Make release building more efficient. • Centralize information on packages, especially documentation. S.A. CHEP03

  16. TagCollector Database TagCollector PHP Services Web Interface ViewCVS CVS Repository Mail AFS WWW Tag Collector Architecture CLIENT S.A. CHEP03

  17. S.A. CHEP03

  18. Conclusions • Tag Collector is a victim of its own success. • Will be rewritten using AMI base classes. • Made more modular. • More features. • To look at the Tag Collector go to http://larbookkeeping.in2p3.fr/athena Username = “demo”, no password S.A. CHEP03

More Related