Welcome! These are a few scripts that we use at SURF to work with Spider.
ADA stands for "Advanced dCache API". It is a client that talks to the dCache storage system API to get all kinds of information like directory listings and file checksums, and to do things like renaming, moving, deleting, staging (restoring from tape), and subscribing to server-sent-events so that you can automate actions when new files are written or files are staged. ADA does not transfer files; we suggest you use Rclone for that.
ADA is pre-installed on Spider. If you want to use ADA elsewhere, you can clone this repository.
For an overview of the commands and options, run:
ada --help
Read further how to use ADA in the Spider Documentation.