Skip to content

Latest commit

 

History

History
101 lines (61 loc) · 1.24 KB

File metadata and controls

101 lines (61 loc) · 1.24 KB

Examples

  • Install the project locally.

Run

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

Alternatively, if you have a custom PHP version:

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

Notes

  • Store the downloaded uncompressed (.xml.gz) data files in var/data.

  • Debug data is stored in var/tmp/debug/{dataType}.

  • Stop the procedure at any time by deleting it's pid file.


Artists

Count artists

bin/example Artists Counter 2019-08-01

Debug artists

  • This method saves an XML file for each item.
bin/example Artists Debugger 2019-08-01

Labels

Count labels

bin/example Labels Counter 2019-08-01

Debug labels

  • This method saves an XML file for each item.
bin/example Labels Debugger 2019-08-01

Masters

Count masters

bin/example Masters Counter 2019-08-01

Debug masters

  • This method saves an XML file for each item.
bin/example Masters Debugger 2019-08-01

Releases

Count releases

bin/example Releases Counter 2019-08-01

Debug releases

  • This method saves an XML file for each item.
bin/example Releases Debugger 2019-08-01

README