ATLAS Metadata Interface
Emergency - CERN replica - Getting started
AMI is a generic framework for metadata catalogues.
Web applications
Main applications provided by AMI:
- Dataset Browser: search for real and simulated data.
- AMI-Tags: browse, view, compare and add ATLAS AMI-Tags.
REST API
AMI has a new REST API. It makes it possible to access all the data contained in AMI from your applications.
Python client
pyAMI is the python client of AMI. It makes it possible to access all the data contained in AMI from your python/shell scripts.
- Documentation
- PyPI (Python Package Index), CORE layer source code
- PyPI (Python Package Index), ATLAS layer source code
Using pyAMI with bash and CVMFS:
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source $ATLAS_LOCAL_ROOT_BASE/user/atlasLocalSetup.sh
localSetupPyAMI
Using pyAMI with bash and AFS:
source /afs/cern.ch/atlas/software/tools/pyAMI/setup.sh