Abstract
The ATLAS EventIndex system consists of the catalogue of all events collected, processed or generated by the ATLAS experiment at the CERN LHC accelerator, and all associated software tools. The new system, developed for LHC Run 3, makes use of Apache HBase—the Hadoop database—and Apache Phoenix—an SQL/relational database layer for HBase—to store and access all the event metadata. The Query Service allows searches for and retrieval of information of interest. Its design is based on a server-client architecture with the sides communicating via a RESTful API. The OpenAPI Specification is used to describe the API and generate parts of the source code of the server and client. Based on selection criteria received from the client, the server executes SQL queries against the Phoenix tables, retrieves the data, and returns it to the client. The client—a command line utility following the UNIX/POSIXconforming program design style—can output results in various formats including plain text and JSON. The server and the client are developed in Java 8, with the use of the Jersey 2 JAX-RS API implementation and the Spring Framework. The service performance is suitable for interactive use with queries for up to 1000 events at a time.
Reference16 articles.
1. The ATLAS Collaboration et al., “The ATLAS Experiment at the CERN Large Hadron Collider,” JINST 3, S08003 (2008). https://doi.org/10.1088/1748-0221/3/08/S08003
2. Barberis D., Alexandrov I., Alexandrov E. et al., “The ATLAS EventIndex: A BigData Catalogue for All ATLAS Experiment Events,” Comput Softw Big Sci 7, 2 (2023). https://doi.org/10.1007/s41781-023-00096-8
3. Gallas E., Alexandrov E., Alexandrov I. et al., “Deployment and Operation of the ATLAS EventIndex for LHC Run 3,” Proceedings of the 26th International Conference on Computing in High Energy & Nuclear Physics (CHEP2023) (2023)
4. Apache Hadoop: https://hadoop.apache.org
5. Apache HBase: https://hbase.apache.org