Git Product home page Git Product logo

chimera-list's Introduction

chimera-list

Tool to dump the content of the chimera namespace service to a text file for further processing. It is HIGHLY recommended to supply the username and password using a config file (located in the same directory as the executable). The config file is named chimera-list.conf and uses the JSON format:

{
    "username": "postgres",
    "password": ""
}

Usage

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -H HOST, --host=HOST  Name of database host [default: localhost]
  -p PORT, --port=PORT  Port for database connection [default: 5432]
  -D DATABASE, --database=DATABASE
                        Name of database [default:chimera]
  -U USERNAME, --username=USERNAME
                        Username for database connection
  -P PASSWORD, --password=PASSWORD
                        Password for database connection
  -o OUTPUT, --output=OUTPUT
                        Name of outputfile [default: YYYY-mm-dd_HHMM]
  -s PAT, --string=PAT  String applied on output: Either path like /store/mc
                        or pool like f01-123-123
  -r ROOT, --root=ROOT  Name of dCache root directory [default: /pnfs]
  -R, --raw             Skip postprocessing steps and output raw file list
  -d, --debug           Debug modus

The repository also includes the bash script chimera-cron.sh to transfer the dump file to another host.

Dependencies: pgdb, psycopg2, python >= 2.4

chimera-list's People

Contributors

fredstober avatar giffels avatar

Watchers

 avatar  avatar  avatar

Forkers

giffels

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.