terraref / computing-pipeline

Pipeline to Extract Plant Phenotypes from Reference Data
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Submit bulk lists to extraction queue #214

Closed max-zilla closed 7 years ago

max-zilla commented 7 years ago

Following #212 (to generate lists) and #213 (to add error queue for recovering failed extractions) the UUIDs should be submitted to RabbitMQ for extraction.

lists to be submitted

we will iterate through each list and submit the dataset/file to Clowder for extraction with a call like:

POST http://terraref.ncsa.illinois.edu/clowder/api/datasets/<UUID>/extractions?key=<SECRET>
data='{"extractor":"terra.environmentlogger"}'
max-zilla commented 7 years ago

Closing this issue because the Clowder instance rebuild will accomplish this without needing separate lists.