Difference between revisions of "SAM"
Jump to navigation
Jump to search
BrettViren (talk | contribs) (Created page with "SAM (Sequential Access via Metadata) is a system by and at Fermilab for providing a database that ties metadata to file locations, allows file set definition and query, and ot...") |
BrettViren (talk | contribs) |
||
Line 19: | Line 19: | ||
== Installation == | == Installation == | ||
− | On fnal.gov machines, | + | * On fnal.gov machines, it is [https://cdcvs.fnal.gov/redmine/projects/sam/wiki/User_Guide_for_SAM#Setting-up-samweb-Tools available under UPS] |
− | + | * To install see [https://github.com/DUNE/sam-web-client/blob/master/README.md these instructions] | |
− | |||
− | To install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:02, 13 January 2016
SAM (Sequential Access via Metadata) is a system by and at Fermilab for providing a database that ties metadata to file locations, allows file set definition and query, and other features. See also Metadata.
SAM Web
SAM may be accessed via an HTTP API called SAM Web Services.
Some information resources about SAM Web
Client
Access to SAM Web is made easier through the SAM Web Client client-side Python module and command line interface tool called samweb
.
Installation
- On fnal.gov machines, it is available under UPS
- To install see these instructions