<<

NAME

erm_run_harvester.pl This script will run the SUSHI harvesting for usage data providers

SYNOPSIS

erm_run_harvester.pl --begin-date <YYYY-MM-DD> [ --dry-run ][ --debug ][ --end-date <YYYY-MM-DD> ]

 Options:
   --help                         brief help message
   --man                          detailed help message
   --debug                        print additional debug messages during run
   --dry-run                      test run only, do not harvest data
   --begin-date <YYYY-MM-DD>      date to harvest from
   --end-date <YYYY-MM-DD>        date to harvest until, defaults to today if not set

OPTIONS

-help

Print a brief help message and exits.

-man

Print a detailed help message and exits.

--debug

Add debug statements to run

--begin-date

Date from which to harvest, previously harvested data will be ignored

--end-date

Date to harvest until, defaults to today if not set

--dry-run

Test run only, do not harvest

DESCRIPTION

This script fetches usage data from ERM data providers defined in the interface.

Configuration

This script harvests from the given date to the specified end date, or until today

USAGE EXAMPLES

erm_run_harvester.pl - With no arguments help is printed

erm_run_harvester.pl --begin-date 2000-01-01 - Harvest from the given date until today

erm_run_harvester.pl --begin-date 2000-01-01 --end-date 2024-01-01 - Harvest from the given date until the end date

erm_run_harvester.pl --begin-date 2000-01-01 --end-date 2024-01-01 --debug --dry-run - Dry run, with debuig information

<<