EPJ Web of Conferences (Jan 2020)

ServiceX A Distributed, Caching, Columnar Data Delivery Service

  • Galewsky B.,
  • Gardner R.,
  • Gray L.,
  • Neubauer M.,
  • Pivarski J.,
  • Proffitt M.,
  • Vukotic I.,
  • Watts G.,
  • Weinberg M.

DOI
https://doi.org/10.1051/epjconf/202024504043
Journal volume & issue
Vol. 245
p. 04043

Abstract

Read online

We will describe a component of the Intelligent Data Delivery Service being developed in collaboration with IRIS-HEP and the LHC experiments. ServiceX is an experiment-agnostic service to enable on-demand data delivery specifically tailored for nearly-interactive vectorized analysis. This work is motivated by the data engineering challenges posed by HL-LHC data volumes and the increasing popularity of python and Spark-based analysis workflows. ServiceX gives analyzers the ability to query events by dataset metadata. It uses containerized transformations to extract just the data required for the analysis. This operation is colocated with the data to avoid transferring unnecessary branches over the WAN. Simple filtering operations are supported to further reduce the amount of data transferred. Transformed events are cached in a columnar datastore to accelerate delivery of subsequent similar requests. ServiceX will learn commonly related columns and automatically include them in the transformation to increase the potential for cache hits by other users. Selected events are streamed to the analysis system using an efficient wire protocol that can be readily consumed by a variety of computational frameworks. This reduces time-to-insight for physics analysis by delegating to ServiceX the complexity of event selection, slimming, reformatting, and streaming.