Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```