discogs-data

Examples

Run

bin/example {type} {processor} {date}

Alternatively, if you have a custom PHP version:

{phpPath} examples/discogsData.php {type} {processor} {date}

Notes


Artists

Count artists

bin/example Artists Counter 2019-08-01

Debug artists

bin/example Artists Debugger 2019-08-01

Labels

Count labels

bin/example Labels Counter 2019-08-01

Debug labels

bin/example Labels Debugger 2019-08-01

Masters

Count masters

bin/example Masters Counter 2019-08-01

Debug masters

bin/example Masters Debugger 2019-08-01

Releases

Count releases

bin/example Releases Counter 2019-08-01

Debug releases

bin/example Releases Debugger 2019-08-01

README