Rucio: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
Line 7: Line 7:
* [https://rucio.cern.ch Rucio home]
* [https://rucio.cern.ch Rucio home]
* [https://link.springer.com/content/pdf/10.1007/s41781-019-0026-3.pdf journal article]
* [https://link.springer.com/content/pdf/10.1007/s41781-019-0026-3.pdf journal article]
* [https://cdcvs.fnal.gov/redmine/projects/rucio-bde FNAL Redmine]
* [https://github.com/rucio github] [https://cdcvs.fnal.gov/redmine/projects/rucio-bde FNAL Redmine]
* [https://github.com/rucio/rucio/tree/master/etc/docker/dev docker example]
* [https://github.com/rucio/rucio/tree/master/etc/docker/dev docker example]
* [https://rucio.slack.com/messages/#support Slack channel]
* [https://rucio.slack.com/messages/#support Slack channel]
* [mailto:rucio-users@googlegroups.com public user group <rucio-users@googlegroups.com>]
* [mailto:rucio-users@googlegroups.com public user group rucio-users@googlegroups.com], [mailto:rucio-dev@cern.ch developers rucio-dev@cern.ch]

Revision as of 22:14, 17 July 2021

Introduction

Rucio is a CERN software system for storing file metadata and organizing the delivery of that data to users. Its primary features are scalability, flexibility, adaptive file replication, and built-in monitoring. It can use various backends for databases, various platforms for its servers and daemons, various transfer and storage method plug-ins, and a command line and python interface for users. If Mu2e were to adopt it, it would likely replace SAM metadata and ifdh. It likely has a prestage function, but is not clear if it has a SAM project functionality.

References