Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/dbsfiles
CMS tool to look-up DBS files for provided set of conditions
https://github.com/vkuznet/dbsfiles
Last synced: about 1 month ago
JSON representation
CMS tool to look-up DBS files for provided set of conditions
- Host: GitHub
- URL: https://github.com/vkuznet/dbsfiles
- Owner: vkuznet
- Created: 2016-04-24T13:48:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T15:00:16.000Z (over 8 years ago)
- Last Synced: 2024-10-30T06:27:33.696Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbsfiles
[![Build Status](https://travis-ci.org/vkuznet/dbsfiles.svg?branch=master)](https://travis-ci.org/vkuznet/dbsfiles)
[![GoDoc](https://godoc.org/github.com/vkuznet/dbsfiles?status.svg)](https://godoc.org/github.com/vkuznet/dbsfiles)### dbsfiles tool
dbsfiles tool designed to get list of files from DBS for provided set of
conditions. So far only dataset pattern and run number is supported.### Build
to build the tool either use
```
go build
```
or
```
make
```### Usage
```
dbsfiles -dataset "/*/*/*" -run 207889
```